Browse Source

📝 Fix example comment (#24744)

hartmannathan 1 year ago
parent
commit
c80d1ea97d
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/Bresenham.md

+ 1
- 1
docs/Bresenham.md View File

@@ -233,7 +233,7 @@ Error update equations:
233 233
   ε'[new] = ε' + 2.ΔY - 2.ΔX.r                  [7]
234 234
 ```
235 235
 
236
-This can be implemented in C as:
236
+This can be implemented in C++ as:
237 237
 
238 238
 ```cpp
239 239
   class OversampledBresenham {

Loading…
Cancel
Save