Missing space in chapter 4#1180
Open
expp121 wants to merge 3 commits into
Open
Conversation
At https://sourceacademy.org/sicpjs/4#p5, there's a missing space between 'JavaScript' and 'functions.' Is: 'In this chapter we shall use JavaScript as a base, implementing evaluators as JavaScriptfunctions.' Should be: 'In this chapter we shall use JavaScript as a base, implementing evaluators as JavaScript functions.'
added missing space
There was a problem hiding this comment.
Code Review
This pull request adds a leading space to the "procedures." and "functions." text inside the SPLITINLINE blocks in chapter4.xml to fix a spacing issue. The reviewer suggests combining consecutive SPLITINLINE blocks into a single block to improve XML maintainability.
…to maintain Combining schemes into a single block,
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
At https://sourceacademy.org/sicpjs/4#p5, there's a missing space between 'JavaScript' and 'functions.'
Is: 'In this chapter we shall use JavaScript as a base, implementing evaluators as JavaScriptfunctions.'
Should be: 'In this chapter we shall use JavaScript as a base, implementing evaluators as JavaScript functions.'