Skip to content

Commit 4f75cc5

Browse files
jabdong4nyluncliff
andauthored
Update sections/Functions.md
Co-authored-by: Park DongHa <[email protected]>
1 parent 90a9d11 commit 4f75cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/Functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ C++ 17에서는 다수의 변수들을 선언과 동시에 초기화 할 수 있
851851
do_something_with(iter);
852852
```
853853
854-
모던 C++에서는 의미 있는 이름을 가진 `struct`가 더 일반적입니다. 예를 들어 `ranges::min_max_result`, `from_chars_result` 등을 참조.
854+
모던 C++에서는 의미 있는 이름을 가진 `struct`가 더 일반적이다. 예를 들어 `ranges::min_max_result`, `from_chars_result` 등을 참조하라.
855855
856856
##### Exception
857857

0 commit comments

Comments
 (0)