Skip to content

Commit

Permalink
Fix documentation for if_
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Oct 20, 2015
1 parent b96642a commit 07784c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fit/if.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
/// Description
/// -----------
///
/// The `if_` function decorator applies a boolen condition to the function.
/// The `if_c` version can be used to give a boolean condtion directly(intead
/// of relying on dependent typing).
/// The `if_` function decorator makes the function callable if the boolean
/// condition is true. The `if_c` version can be used to give a boolean
/// condition directly(instead of relying on dependent typing).
///
/// Synopsis
/// --------
Expand Down

0 comments on commit 07784c0

Please sign in to comment.