Skip to content

Commit

Permalink
Update lib/streams.gi
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
ChrisJefferson and fingolfin authored Dec 18, 2023
1 parent c504d29 commit d3daae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/streams.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ function(fs)
fi;
elif IsRecord(fs) then
if Set(RecNames(fs)) <> ["indent", "linewrap"] then
Error("Formatting status records must contain only 'indent' and 'linewrap'");
Error("Formatting status records must contain exactly two components named 'indent' and 'linewrap'");
fi;
for r in ["indent","linewrap"] do
if not fs.(r) in [false, true] then
Expand Down

0 comments on commit d3daae3

Please sign in to comment.