aboutsummaryrefslogtreecommitdiff
path: root/doc/propspecs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/propspecs.rst')
-rw-r--r--doc/propspecs.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/propspecs.rst b/doc/propspecs.rst
index a3f8900..38253d2 100644
--- a/doc/propspecs.rst
+++ b/doc/propspecs.rst
@@ -38,5 +38,5 @@ cases. For example, you can write::
instead of::
(deploys '(:ssh (:sudo :as "spwhitton@athena.example.com")) athena.example.com
- `((additional-property ,val1)
- (a-further-property ,val2)))
+ (make-propspec :props `((additional-property ,val1)
+ (a-further-property ,val2))))