This is an automated email from the git hooks/post-receive script.
lloda pushed a commit to branch main
in repository guile.
The following commit(s) were added to refs/heads/main by this push:
new 0b136c3 Fix doc typo
0b136c3 is described below
commit 0b136c30988570a42d2b15c646b382e30efdb613
Author: Daniel Llorens <[email protected]>
AuthorDate: Mon Nov 22 16:32:59 2021 +0100
Fix doc typo
H/t to Damien Mattei in guile-devel.
---
doc/ref/api-control.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index 5df5344..9860457 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -323,7 +323,7 @@ Or with two variables and a final return value,
3**3 is 27
3**4 is 81
@result{}
-789
+243
@end example
The @var{variable} bindings are established like a @code{let}, in that