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

Small spelling/grammar updates #93

Merged
merged 2 commits into from
Jul 14, 2017
Merged

Small spelling/grammar updates #93

merged 2 commits into from
Jul 14, 2017

Conversation

wub
Copy link
Contributor

@wub wub commented Jul 13, 2017

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling e12d1d5 on wub:patch-1 into 3823773 on facebook:master.

src/index.js Outdated
@@ -12,7 +12,7 @@
// of values or Errors.
type BatchLoadFn<K, V> = (keys: Array<K>) => Promise<Array<V | Error>>;

// Optionally turn off batching or caching or provide a cache key function or a
// Optionally turn off batching or caching, and provide a cache key function or
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strictly speaking, this change makes things worse. Given that all the properties are optional, "or" is the appropriate conjunction here. So I'll revert this hunk before merging. (To be honest, this comment has close to zero value anyway because it just reformulates what's encoded in the type using sloppier language. I wouldn't be averse to just deleting it.)

@wincent
Copy link
Contributor

wincent commented Jul 14, 2017

Thanks for this @wub!

@wincent wincent merged commit 25cf990 into graphql:master Jul 14, 2017
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