2
0
mirror of https://github.com/boostorg/hof.git synced 2026-02-01 08:32:12 +00:00

Fix some more typos

This commit is contained in:
Paul
2015-10-24 20:46:37 -05:00
parent 57ff7edf28
commit 90224f080f

View File

@@ -36,6 +36,6 @@ Semantics
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
* `x`, `y`, `xs`, `ys` are parameters to a function
* `T` represents some type
* `...` are parameter packs
* `...` are parameter packs and represent varidiac parameters