Skip to content

Fix typos in README.md, CONTRIBUTORS.md#127

Merged
satwikkansal merged 2 commits intosatwikkansal:masterfrom
zachkirsch:patch-1
Jul 3, 2019
Merged

Fix typos in README.md, CONTRIBUTORS.md#127
satwikkansal merged 2 commits intosatwikkansal:masterfrom
zachkirsch:patch-1

Conversation

@zachkirsch
Copy link
Copy Markdown
Contributor

@zachkirsch zachkirsch commented Jul 3, 2019

Typo in the README.md

Looking at the source code (and the example in the Readme), constant-folding still occurs if the string length is 20.

Changed

Constant folding only occurs for strings having length less than 20.

To

Constant folding only occurs for strings having length less than or equal to 20

Typo in CONTRIBUTORS.md

Links were https:/github... (missing a slash)

@zachkirsch zachkirsch changed the title Change constant-folding max from <20 to <=20 in README Fix typos in README.md, CONTRIBUTORS.md Jul 3, 2019
@satwikkansal satwikkansal merged commit 151d0ec into satwikkansal:master Jul 3, 2019
@satwikkansal
Copy link
Copy Markdown
Owner

Thanks @zachkirsch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants