Skip to content

Commit

Permalink
Fixed typo: corecion -> coercion (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzoc25 committed May 7, 2023
1 parent 4c49cf6 commit ba697f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lectures/08.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ So while Perl does perform implicit conversions which might not do what you want


## Type casting, conversion and coercion
Type casting, conversion and corecion are different ways of explicitly or implicitly changing a value of one data type into another.

Type casting, conversion and coercion are different ways of explicitly or implicitly changing a value of one data type into another.

For example, we can change the type of a variable using `static_cast` in C++.
```cpp
Expand Down

0 comments on commit ba697f8

Please sign in to comment.