File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ \section{Built-in Module \sectcode{soundex}}
2222\begin {funcdesc }{sound_similar}{string1, string2}
2323Compare the word in \var {string1} with the word in \var {string2}; this
2424is equivalent to
25- \code {get_soundex(\var {string1})==get_soundex(\var {string2})}.
25+ \code {get_soundex(\var {string1})} \code {==}
26+ \code {get_soundex(\var {string2})}.
2627\end {funcdesc }
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ \section{Built-in Module \sectcode{soundex}}
2222\begin {funcdesc }{sound_similar}{string1, string2}
2323Compare the word in \var {string1} with the word in \var {string2}; this
2424is equivalent to
25- \code {get_soundex(\var {string1})==get_soundex(\var {string2})}.
25+ \code {get_soundex(\var {string1})} \code {==}
26+ \code {get_soundex(\var {string2})}.
2627\end {funcdesc }
You can’t perform that action at this time.
0 commit comments