forked from quii/learn-go-with-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix markdown formatting in roman numerals - Specified `console` language where not specified on fenced code blocks that contain console output - Switched `numeral_test.go` compilation error output from inline code block to fenced code block since it is on a separate line - Replaced indented code blocks in postscript section with fenced code blocks set to `console`, retaining additional indentation - Removed extraneous newlines and spaces * Add missing allRomanNumerals data in section This commit addresses quii#355 in which @twirrim notes that `allRomanNumerals` wasn't defined in <https://quii.gitbook.io/learn-go-with-tests/go-fundamentals/roman-numerals#write-enough-code-to-make-it-pass-7> and was shown further down making it a bit confusing for readers. The missing `allRomanNumerals` has now been added to ensure that readers have the context they may need to show how `RomanNumerals` methods can be called on `allRomanNumerals` since it is now of type `RomanNumerals`. Fixes quii#355 Co-authored-by: Chris James <quii@hey.com>
- Loading branch information
Showing
1 changed file
with
46 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters