guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix a couple of typos in the docs


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix a couple of typos in the docs
Date: Thu, 9 Mar 2017 15:58:13 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit ef4a2af8036f245e1329c7d7db0900c75ed19335
Author: Vladislav Ivanishin <address@hidden>
Date:   Tue Oct 18 18:14:22 2016 +0300

    Fix a couple of typos in the docs
    
    * doc/ref/scheme-ideas.texi: the some way -> the same way
    * doc/ref/scheme-intro.texi: Use @math inside a texinfo command (turns out
      $math$ is not processed in this context and thus is not rendered 
correctly).
---
 doc/ref/scheme-ideas.texi | 2 +-
 doc/ref/scheme-intro.texi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/scheme-ideas.texi b/doc/ref/scheme-ideas.texi
index 15cf664..d18d101 100644
--- a/doc/ref/scheme-ideas.texi
+++ b/doc/ref/scheme-ideas.texi
@@ -484,7 +484,7 @@ moved to @ref{Curried Definitions}
 (It could be argued that the alternative @code{define} forms are rather
 confusing, especially for newcomers to the Scheme language, as they hide
 both the role of @code{lambda} and the fact that procedures are values
-that are stored in variables in the some way as any other kind of value.
+that are stored in variables in the same way as any other kind of value.
 On the other hand, they are very convenient, and they are also a good
 example of another of Scheme's powerful features: the ability to specify
 arbitrary syntactic transformations at run time, which can be applied to
diff --git a/doc/ref/scheme-intro.texi b/doc/ref/scheme-intro.texi
index 57aa18f..b8a5024 100644
--- a/doc/ref/scheme-intro.texi
+++ b/doc/ref/scheme-intro.texi
@@ -10,7 +10,7 @@
 Guile's core language is Scheme, which is specified and described in the
 series of reports known as @dfn{RnRS}.  @dfn{RnRS} is shorthand for the
 @iftex
address@hidden Report on the Algorithmic Language Scheme}.
address@hidden@math{^n} Report on the Algorithmic Language Scheme}.
 @end iftex
 @ifnottex
 @dfn{Revised^n Report on the Algorithmic Language Scheme}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]