aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/control/concurrency/stm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/control/concurrency/stm.lux')
-rw-r--r--stdlib/source/documentation/lux/control/concurrency/stm.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/control/concurrency/stm.lux b/stdlib/source/documentation/lux/control/concurrency/stm.lux
index ebb46e87a..b7372e4be 100644
--- a/stdlib/source/documentation/lux/control/concurrency/stm.lux
+++ b/stdlib/source/documentation/lux/control/concurrency/stm.lux
@@ -10,7 +10,7 @@
[\\library
["." /]])
-(documentation: /.Var
+(documentation: (/.Var it)
"A mutable cell containing a value, and observers that will be alerted of any change to it.")
(documentation: /.var
@@ -21,7 +21,7 @@
"Creates a channel that will receive all changes to the value of the given var."
[(follow! target)])
-(documentation: /.STM
+(documentation: (/.STM it)
"A computation which updates a transaction and produces a value.")
(documentation: /.update