diff --git a/ipynb/Snobol.ipynb b/ipynb/Snobol.ipynb index c3db1d9..f89255f 100644 --- a/ipynb/Snobol.ipynb +++ b/ipynb/Snobol.ipynb @@ -16,7 +16,7 @@ "\n", "# The Concordance Assignment\n", "\n", - "> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a *concordance*, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n", + "> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a **concordance**, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n", "\n", "After studying Snobol a bit, I realized that the expected solution was along these lines:\n", "\n",