Skip to content

Commit 71cd773

Browse files
committed
formatting
1 parent 8fbd42c commit 71cd773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/lectures/lambdas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ std::get<std::string>(a); // will throw
11441144
* Callable objekt musí mať preťažený `operator()` pre každý typ v `std::variant`
11451145
11461146
1147-
# Explicitný fuktor pre `std::visit`
1147+
## Explicitný funktor pre `std::visit`
11481148
11491149
```cpp
11501150
struct Visitor {

0 commit comments

Comments
 (0)