Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a typo in the Redis.sRandMember var_dump() output #67

Merged
merged 1 commit into from
Sep 13, 2019

Conversation

jstanden
Copy link
Contributor

@jstanden jstanden commented Sep 13, 2019

There was a very minor typo in the var_dump() output. The length of the string "three" is 5. Previously this was displaying a length of 2 (likely from duplicating and editing the previous line).

@ukko ukko merged commit 4b64604 into ukko:master Sep 13, 2019
@doodoori2
Copy link
Contributor

doodoori2 commented Sep 30, 2019

what about string(2) "one"? XD

@jstanden
Copy link
Contributor Author

jstanden commented Oct 4, 2019

hah! I completely overlooked that too. Good catch. I didn't trawl the entire codebase looking for other typos. I just happened to spot the first one while working on something else, tweaked it, and committed it.

@jstanden jstanden deleted the fix-srandmember branch October 4, 2019 17:05
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.

None yet

3 participants