mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
improve wording
This commit is contained in:
parent
30a5a2cfac
commit
6338e54205
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ fn fmt_comment(buf: &mut Buf, comment: &str) {
|
|||
|
||||
buf.push('#');
|
||||
// Add a space between the starting `#` and the rest of the comment,
|
||||
// unless there already is one or the comment is of the form `#### something`.
|
||||
// unless there already is a space or the comment is of the form `#### something`.
|
||||
if !comment.starts_with(' ') && !comment.starts_with('#') {
|
||||
buf.spaces(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue