Skip to content

Commit

Permalink
📝 Fix example comment (#24744)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmannathan authored Sep 9, 2022
1 parent 1013323 commit c80d1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Bresenham.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Error update equations:
ε'[new] = ε' + 2.ΔY - 2.ΔX.r [7]
```

This can be implemented in C as:
This can be implemented in C++ as:

```cpp
class OversampledBresenham {
Expand Down

0 comments on commit c80d1ea

Please sign in to comment.