diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-08-09 19:03:08 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-08-09 19:03:08 -0700 |
commit | 35c9069c665fd776a377c179231403f9877e3e2f (patch) | |
tree | 8a9b64e3b0561ad27abf449a3fff94824cf57951 /doc | |
parent | c7d97802e4f59b8621e67cf62275d6a7fde8fe62 (diff) |
rl-next: fix incorrect CL list syntax
This also fixes the script to not pass pre-commit by failing to parse an
int if this mistake is made again.
Change-Id: I714369f515dc9987cf0c600d54a2ac745ba56830
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/better-attrpath-errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/rl-next/better-attrpath-errors.md b/doc/manual/rl-next/better-attrpath-errors.md index e8c7d9a96..d9c142939 100644 --- a/doc/manual/rl-next/better-attrpath-errors.md +++ b/doc/manual/rl-next/better-attrpath-errors.md @@ -1,6 +1,6 @@ --- synopsis: "Trace which part of a `foo.bar.baz` expression errors" -cls: 1505, 1506 +cls: [1505, 1506] credits: Qyriad category: Improvements --- |