Skip to content

Commit

Permalink
fix typo (NVIDIA#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberkillor authored Nov 1, 2022
1 parent 1b4e244 commit cc85b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/docs/fundamental_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class Coord;

**Example:** Vector operations on coordinates.
```c++
Coord<2> compute_offset(Corod<2> const & base) {
Coord<2> compute_offset(Coord<2> const & base) {

Coord<2> stride = make_Coord(1, kM);

Expand Down

0 comments on commit cc85b64

Please sign in to comment.