gnuastro-commits
[Top][All Lists]
Advanced

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

[gnuastro-commits] master 0deeb13 1/2: Book: typo corrected


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 0deeb13 1/2: Book: typo corrected
Date: Sat, 17 Aug 2019 17:57:29 -0400 (EDT)

branch: master
commit 0deeb136a655ef3d9e96335a97f1143f7bac30a7
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    Book: typo corrected
    
    A typo in the description of `gal_type_from_string' was corrected.
---
 doc/gnuastro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gnuastro.texi b/doc/gnuastro.texi
index f39fbe2..0271752 100644
--- a/doc/gnuastro.texi
+++ b/doc/gnuastro.texi
@@ -24779,7 +24779,7 @@ This function can be used to fill in arrays of numbers 
from strings (in an
 already allocated data structure), or add nodes to a linked list (if the
 type is a list type). For an array, you have to pass the pointer to the
 @code{i}th element where you want the value to be stored, for example
-@code{&(array[i]}).
+@code{&(array[i])}.
 
 If the string was successfully parsed to the requested type, this function
 will return a @code{0} (zero), otherwise it will return @code{1}



reply via email to

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