소스 검색

📝 Fix example comment (#24744)

hartmannathan 1 년 전
부모
커밋
c80d1ea97d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/Bresenham.md

+ 1
- 1
docs/Bresenham.md 파일 보기

@@ -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…
취소
저장