📝 Fix example comment (#24744)

This commit is contained in:
hartmannathan 2022-09-09 16:35:16 -04:00 committed by GitHub
parent 1013323f18
commit c80d1ea97d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {