Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c520b69

Browse files
committed
The soundex module is built-in, not standard.
"--" ==> "---"
1 parent ca12b9d commit c520b69

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/lib/libsoundex.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
\section{Standard Module \sectcode{soundex}}
1+
\section{Built-in Module \sectcode{soundex}}
22
\label{module-soundex}
3-
\stmodindex{soundex}
3+
\bimodindex{soundex}
44

55
\renewcommand{\indexsubitem}{(in module soundex)}
66
The soundex algorithm takes an English word, and returns an
@@ -10,7 +10,7 @@ \section{Standard Module \sectcode{soundex}}
1010

1111
Note that the soundex algorithm is quite simple-minded, and isn't
1212
perfect by any measure. Its main purpose is to help looking up names
13-
in databases, when the name may be misspelled -- soundex hashes common
13+
in databases, when the name may be misspelled --- soundex hashes common
1414
misspellings together.
1515

1616
\begin{funcdesc}{get_soundex}{string}

Doc/libsoundex.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
\section{Standard Module \sectcode{soundex}}
1+
\section{Built-in Module \sectcode{soundex}}
22
\label{module-soundex}
3-
\stmodindex{soundex}
3+
\bimodindex{soundex}
44

55
\renewcommand{\indexsubitem}{(in module soundex)}
66
The soundex algorithm takes an English word, and returns an
@@ -10,7 +10,7 @@ \section{Standard Module \sectcode{soundex}}
1010

1111
Note that the soundex algorithm is quite simple-minded, and isn't
1212
perfect by any measure. Its main purpose is to help looking up names
13-
in databases, when the name may be misspelled -- soundex hashes common
13+
in databases, when the name may be misspelled --- soundex hashes common
1414
misspellings together.
1515

1616
\begin{funcdesc}{get_soundex}{string}

0 commit comments

Comments
 (0)