Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ch05-strings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ program work.
+"Enter _prompt_ > "+ and returns the number that was input.
This involves the following steps:

* Use +String.strip/1+ to get rid of the trailing newline character
* Use +String.trim/1+ to get rid of the trailing newline character
* Use +string_to_integer/1+ to convert the string to a number.

+
Expand Down