;doc:check: edit

This commit is contained in:
Simon Michael 2025-11-03 06:48:58 -10:00
parent 7af1b8f1c0
commit f5fdc8679c

View File

@ -95,7 +95,7 @@ You can build your own custom checks with [add-on command scripts].
See also [Cookbook > Scripting](scripting.html). See also [Cookbook > Scripting](scripting.html).
Here are some examples from [hledger/bin/](https://github.com/simonmichael/hledger/tree/master/bin): Here are some examples from [hledger/bin/](https://github.com/simonmichael/hledger/tree/master/bin):
- **hledger-check-tagfiles** - all tag values containing / (a forward slash) exist as file paths - **hledger-check-tagfiles** - all tag values containing `/` exist as file paths
- **hledger-check-fancyassertions** - more complex balance assertions are passing - **hledger-check-fancyassertions** - more complex balance assertions are passing