summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorMikael Djurfeldt <mikael@djurfeldt.com>2018-10-31 19:08:58 +0100
committerAndy Wingo <wingo@pobox.com>2019-05-23 17:14:21 +0200
commita83de07e35e48e5f1629baaa160b120efe54fefb (patch)
tree5b6b0fbc5ce67646418eb93095784f5541bb0d5a /doc/ref/api-control.texi
parentaf1d55bcca8005e46212ba89235dfebcd97a12a3 (diff)
downloadguile-a83de07e35e48e5f1629baaa160b120efe54fefb.tar.gz
Documentation fixes
* doc/ref/api-control: * doc/ref/compiler.texi: Language fixes * doc/ref/compiler ($kfun): Renamed argument clauses -> clause.
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index 2d696ea89..c0d1c1800 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -1699,7 +1699,7 @@ file descriptors), in Guile you can arrange to call a function while
binding a fluid to a particular value. That association between fluid
and value will exist during the dynamic extent of the function call.
-Fluids are a therefore a building block for implementing dynamically
+Fluids are therefore a building block for implementing dynamically
scoped variables. Dynamically scoped variables are useful when you want
to set a variable to a value during some dynamic extent in the execution
of your program and have them revert to their original value when the