Skip to content

Commit

Permalink
style: Fix a typo in the emit function's documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed May 18, 2017
1 parent 60e0db8 commit 5a7b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MapReduce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Instance } from "./Instance"
declare global {
/**
* Emits a key-value pair for mapping.
* This is NOT a global function but is a MongoDB srever internal function.
* This is NOT a global function but is a MongoDB server internal function.
* Only use in map function and nowhere else.
*
* @param {any} key Key to emit
Expand Down

0 comments on commit 5a7b63d

Please sign in to comment.