Skip to content

Commit

Permalink
[doc] Minor update to docco docs
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 30, 2011
1 parent c7bbf45 commit 1c5292f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/prompt.html
Expand Up @@ -258,7 +258,7 @@ <h4>@callback {function} Continuation to respond to when complete</h4>
<span class="p">});</span>

<span class="k">return</span> <span class="nx">prompt</span><span class="p">;</span>
<span class="p">};</span></pre></div> </td> </tr> <tr id="section-13"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-13">&#182;</a> </div> <h3>function readLineHiggen (callback)</h3>
<span class="p">};</span></pre></div> </td> </tr> <tr id="section-13"> <td class="docs"> <div class="pilwrap"> <a class="pilcrow" href="#section-13">&#182;</a> </div> <h3>function readLineHidden (callback)</h3>

<h4>@callback {function} Continuation to respond to when complete</h4>

Expand Down
2 changes: 1 addition & 1 deletion lib/prompt.js
Expand Up @@ -295,7 +295,7 @@ prompt.readLine = function (callback) {
};

//
// ### function readLineHiggen (callback)
// ### function readLineHidden (callback)
// #### @callback {function} Continuation to respond to when complete
// Gets a single line of hidden input (i.e. `rawMode = true`) from the user.
//
Expand Down

0 comments on commit 1c5292f

Please sign in to comment.