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

Fix a variable name in "stash" and "cookies" code samples #98

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Fix a variable name in "stash" and "cookies" code samples #98

merged 1 commit into from
Jan 15, 2020

Conversation

k911mipt
Copy link
Contributor

self usually means object variable, whose method is called.
Here we need a request object variable, so suitable name would be request or req and using name self is kinda confusing

`self` usually means object variable, whose method is called.
Here we need a `request` object variable, so suitable name would be `request` or `req`
@knazarov knazarov merged commit 20d969f into tarantool:master Jan 15, 2020
@ligurio ligurio mentioned this pull request Oct 22, 2021
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