Edits to devleoper doc files 2

This commit is contained in:
jtclemm
2024-08-15 17:12:39 -06:00
parent 60fe24acb4
commit dca156eacc
17 changed files with 92 additions and 93 deletions

View File

@ -177,7 +177,7 @@ char *TextFileReader::next_line(int nparams)
*
* This reads lines from the file using the next_line() function,
* and splits them into floating-point numbers using the
* ValueTokenizer class and stores the number is the provided list.
* ValueTokenizer class and stores the number in the provided list.
*
* \param list Pointer to array with suitable storage for *n* doubles
* \param n Number of doubles to be read */
@ -206,7 +206,7 @@ void TextFileReader::next_dvector(double *list, int n)
*
* This reads lines from the file using the next_line() function,
* and splits them into floating-point numbers using the
* ValueTokenizer class and stores the number is the provided list.
* ValueTokenizer class and stores the number in the provided list.
*
* \param nparams Number of words to be read
* \param separators String with list of separators.