Skip to content

Commit

Permalink
issue #235 - small edits to flows API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bjouhier committed Sep 24, 2014
1 parent 05d49e1 commit 5cb4f8a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -13,6 +13,6 @@ Asynchronous Javascript for dummies
* [streamline/lib/compiler/compileSync](lib/compiler/compileSync.md)
Compiler and file loader
* [streamline/lib/util/flows](lib/util/flows.md)
Flow control utilities
Control Flow utilities
* [streamline/lib/globals](lib/globals.md)
Container for global context
2 changes: 1 addition & 1 deletion lib/compiler/flows._js
Expand Up @@ -25,7 +25,7 @@
*/
/// !doc
///
/// # Flow control utilities
/// # Control Flow utilities
///
/// `var flows = require('streamline/lib/util/flows')`
///
Expand Down
2 changes: 1 addition & 1 deletion lib/fibers-fast/flows.js
Expand Up @@ -25,7 +25,7 @@
*/

///
/// # Flow control utilities
/// # Control Flow utilities
///
/// `var flows = require('streamline/lib/util/flows')`
///
Expand Down
2 changes: 1 addition & 1 deletion lib/fibers/flows.js
Expand Up @@ -25,7 +25,7 @@
*/

///
/// # Flow control utilities
/// # Control Flow utilities
///
/// `var flows = require('streamline/lib/util/flows')`
///
Expand Down
2 changes: 1 addition & 1 deletion lib/generators-fast/flows.js
Expand Up @@ -25,7 +25,7 @@
*/

///
/// # Flow control utilities
/// # Control Flow utilities
///
/// `var flows = require('streamline/lib/util/flows')`
///
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/flows.js
Expand Up @@ -25,7 +25,7 @@
*/

///
/// # Flow control utilities
/// # Control Flow utilities
///
/// `var flows = require('streamline/lib/util/flows')`
///
Expand Down
2 changes: 1 addition & 1 deletion lib/util/flows.md
@@ -1,5 +1,5 @@

# Flow control utilities
# Control Flow utilities

`var flows = require('streamline/lib/util/flows')`

Expand Down

0 comments on commit 5cb4f8a

Please sign in to comment.