Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

zachkirsch
Copy link
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
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