Skip to content

Commit

Permalink
docs: add missing single quote to revset-aliases example
Browse files Browse the repository at this point in the history
Spotted by xzfc.
  • Loading branch information
yuja committed Aug 25, 2024
1 parent 3b0b70a commit 842ebe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/revsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ For example:
```toml
[revset-aliases]
'HEAD' = '@-'
'user()' = 'user("me@example.org")
'user()' = 'user("me@example.org")'
'user(x)' = 'author(x) | committer(x)'
```

Expand Down

0 comments on commit 842ebe7

Please sign in to comment.