| commit | 68ba2382f1709f863df4d094e943c60bec74cdc6 | [log] [tgz] |
|---|---|---|
| author | Nick Richards <nrichards@gmail.com> | Tue Mar 12 14:01:19 2019 -0700 |
| committer | Nick Richards <nrichards@gmail.com> | Tue Mar 12 14:01:19 2019 -0700 |
| tree | f37cbbf0a06387796faf4181860b10cd444e30b5 | |
| parent | 4faeed5788bab7b90258a1b12cbdcd8a142658cd [diff] [blame] |
Fix unnecessary linebreak
diff --git a/GoForCPPProgrammers.md b/GoForCPPProgrammers.md index 4bef0bb..9c18a88 100644 --- a/GoForCPPProgrammers.md +++ b/GoForCPPProgrammers.md
@@ -674,8 +674,7 @@ Note that ` Equal ` has an argument of type ` Iterator `. This does not behave like a C++ -template. See <a href='go_faq.html#t_and_equal_interface'>the<br> -FAQ</a>. +template. See <a href='go_faq.html#t_and_equal_interface'>the FAQ</a>. <h2>Function closures</h2>