Skip to content

Commit bac86ee

Browse files
committed
Fixed typo.
1 parent 7de98c2 commit bac86ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/class-assignments/labs-assignment-2018.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ implementation or a command line parser (the latter is much harder that
3636
one might think).
3737

3838
For getting the input line, we recommend the readline library, see "man
39-
readline". You should find it on any Linux, *BSDm, MacOS, or Solaris
39+
readline". You should find it on any Linux, *BSD, MacOS, or Solaris
4040
machine. By using readline, you get line editing, history, completion,
4141
etc. for free. Another alternative is libtecla.
4242

0 commit comments

Comments
 (0)