Skip to content

Commit

Permalink
Match hint titles with instructions titles.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwadsworth authored Oct 14, 2023
1 parent 9e8c735 commit 7996197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/squeaky-clean/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- [This tutorial][string-tutorial] is useful.
- [Reference documentation][string-docs] for `String`.

## 1. Replace any spaces encountered with underscores
## 1. Replace spaces with underscores
- `String` provides a [replace][replace] function.

## 2. Replace control characters with the upper case string "CTRL"
## 2. Replace control characters with the upper case string "[CTRL]"
- You can separate strings into a list of strings with `String.split`
- You can [concatenate][concat] or [append][append] multiple strings.

Expand Down

0 comments on commit 7996197

Please sign in to comment.