doc: fix typo in documentation of fused_procedure

This commit is contained in:
Felix Gruber
2015-04-01 15:14:56 +02:00
parent ccb1aa20d9
commit 0fcd2aa328

View File

@ -689,7 +689,7 @@ is not implemented).
[[`R`] [A possibly const qualified __callable_obj__ type or reference type thereof]] [[`R`] [A possibly const qualified __callable_obj__ type or reference type thereof]]
[[`r`] [An object convertible to `R`]] [[`r`] [An object convertible to `R`]]
[[`s`] [A __sequence__ of arguments that are accepted by `r`]] [[`s`] [A __sequence__ of arguments that are accepted by `r`]]
[[`f`] [An instance of `fused<R>`]] [[`f`] [An instance of `fused_procedure<R>`]]
] ]
[heading Expression Semantics] [heading Expression Semantics]