Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 28, 2015
1 parent 4674566 commit 76dcac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class StaticFunctionAdaptor;
Decorator
---------

A decorator is a function that returns a function adaptor. The function adaptor may be an unspecified 0r private type.
A decorator is a function that returns a function adaptor. The function adaptor may be an unspecified or private type.

```cpp
template<class... Ts>
Expand All @@ -33,7 +33,7 @@ FunctionAdaptor Decorator(Ts...);
Semantics
---------
Some parts of the documentation provides the meaning(or equivalence) of an expression. Here is a guide of thos symbols:
Some parts of the documentation provides the meaning(or equivalence) of an expression. Here is a guide of those symbols:
* `f`, `g`, `fs`, `gs`, `p` are functions
* `x`, `y`, `xs`, `xs` are parameters to a function
Expand Down

0 comments on commit 76dcac7

Please sign in to comment.