aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/introduction.rst2
-rw-r--r--doc/propspecs.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 45d6472..e1c3a0e 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -193,7 +193,7 @@ and/or lacks. For example,::
(eseqprops (apt:installed postfix)
(etc-default:set "locale" "LANG" "en_GB.UTF-8")
- (unapply (com.example.consfig.services:mail-satellite)))
+ (unapplied (com.example.consfig.services:mail-satellite)))
Property application specifications are applied in order, so properties later
in the list usually implicitly depend on properties earlier in the list,
diff --git a/doc/propspecs.rst b/doc/propspecs.rst
index 8d915b5..bec4e6e 100644
--- a/doc/propspecs.rst
+++ b/doc/propspecs.rst
@@ -118,8 +118,8 @@ Function. Applies each of the propapps passed as arguments, stopping and
signalling a failed change if any of the propapps signal a failed change.
Semantically, each propapp implicitly depends upon the preceding propapps.
-``UNAPPLY``
-~~~~~~~~~~~
+``UNAPPLIED``
+~~~~~~~~~~~~~
Function. Unapplies a single propapp.