Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 subjects/get_document_id/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create the following structures which will help you get the `document_id` of the

The `u32` is the `id` of the office generating the error.

Beside the structures, you must create a **function** named `get_document_id`, and associate it to the `OfficeOne` structure.
Besides the structures, you must create a **function** named `get_document_id`, and associate it to the `OfficeOne` structure.

This **function** should return the `Result` value in the `OfficeFour` structure or the first `Err` it finds in the chain.

Expand Down
2 changes: 1 addition & 1 deletion subjects/rot21/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The purpose of this exercise is to create a `rot21` function that works like the

This function will receive a `string` and will rotate each letter of that `string` 21 times to the right.

The function should only rotate letters. Punctuation, symbols and numbers should remain the unchanged.
The function should only rotate letters. Punctuation, symbols and numbers should remain unchanged.

### Expected functions

Expand Down
Loading