Skip to content

Commit 1370378

Browse files
Update invoke-result-class.md
Fix syntax error in code sample.
1 parent 071e56d commit 1370378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/invoke-result-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ template <class Callable, class... Args>
1515
struct invoke_result<Callable(Args...)>;
1616

1717
// Helper type
18-
template<lass Callable, class... Args>
18+
template<class Callable, class... Args>
1919
using invoke_result_t = typename invoke_result<Callable, Args...>::type;
2020
```
2121

0 commit comments

Comments
 (0)