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

"Named arguments" -> "Keyword arguments" #4769

Merged
merged 2 commits into from
Nov 10, 2013
Merged

"Named arguments" -> "Keyword arguments" #4769

merged 2 commits into from
Nov 10, 2013

Conversation

staticfloat
Copy link
Sponsor Member

Closes #4768

@JeffBezanson
Copy link
Sponsor Member

Wow, that was fast!

There are also a bunch of uses in error messages. grep for "named argument" in src/.

@staticfloat
Copy link
Sponsor Member Author

Good catch. I started mindlessly editing src/julia_flisp.boot, and when I was hit with a barely-readable wall of text I double-checked the name and sighed a breath of relief that it was, in fact, a computer-generated file. :P

JeffBezanson added a commit that referenced this pull request Nov 10, 2013
"Named arguments" -> "Keyword arguments"
@JeffBezanson JeffBezanson merged commit b2902b0 into master Nov 10, 2013
@StefanKarpinski StefanKarpinski deleted the sf/namedargs branch November 16, 2013 16:42
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.

use "keyword arguments" consistently rather than "named arguments"
2 participants