| commit | ff5f23c3361ec847ed5cc133289820284f3c8b0c | [log] [tgz] |
|---|---|---|
| author | Philipp Wagner <phw@lowrisc.org> | Thu Nov 14 13:58:25 2019 +0000 |
| committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Nov 14 14:14:24 2019 +0000 |
| tree | 9b2c717f442631c8d228aacaf2def8d701dbe749 | |
| parent | 53e3b3b1c22b4e180f4c0c1f6bb9c121c3d5311c [diff] [blame] |
[doc] Don't use non-ASCII quotes in code Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/doc/ug/github_notes.md b/doc/ug/github_notes.md index ffb5d01..04ca7e5 100644 --- a/doc/ug/github_notes.md +++ b/doc/ug/github_notes.md
@@ -453,7 +453,7 @@ ```console $ git add... - $ git commit -m “Add CFG examples to UART specification” + $ git commit -m "Add CFG examples to UART specification" ``` * Step 3: Create your github branch for the pull request