소스 검색

examples/README: fixed typo.

Ryan C. Gordon 1 년 전
부모
커밋
2038620717
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/README.md

+ 1 - 1
examples/README.md

@@ -28,7 +28,7 @@ into the four logical pieces most apps care about:
 
 A detailed technical explanation of these callbacks is in
 docs/README-main-functions.md (or view that page on the web on
-[the wiki](https://wiki.libsdl.org/SDL3/README/main-functions#main-callbacks-in-sdl3).
+[the wiki](https://wiki.libsdl.org/SDL3/README/main-functions#main-callbacks-in-sdl3)).
 
 
 ## I would like to build and run these examples myself.