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

s/functinal/functional

This commit is contained in:
Paul
2015-10-24 20:45:08 -05:00
parent 9ab6102b89
commit 57ff7edf28

View File

@@ -13,7 +13,7 @@ Both the functional form and the class form can be used to construct the adaptor
Static Function Adaptor
-----------------------
A static function adaptor is a function adaptor that doesn't have a functinal form. It is only a class. It has an additional requirement that the function is `DefaultConstructible`:
A static function adaptor is a function adaptor that doesn't have a functional form. It is only a class. It has an additional requirement that the function is `DefaultConstructible`:
```cpp
template<class... Fs>