From f5fdc8679c89d0cb330bad079f64295198a81b87 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 3 Nov 2025 06:48:58 -1000 Subject: [PATCH] ;doc:check: edit --- hledger/Hledger/Cli/Commands/Check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger/Hledger/Cli/Commands/Check.md b/hledger/Hledger/Cli/Commands/Check.md index 95f0f7468..72a3a8db7 100644 --- a/hledger/Hledger/Cli/Commands/Check.md +++ b/hledger/Hledger/Cli/Commands/Check.md @@ -95,7 +95,7 @@ You can build your own custom checks with [add-on command scripts]. See also [Cookbook > Scripting](scripting.html). 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