Fix a missing space/newline in the binop docs

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2026-01-16 20:11:58 +01:00
parent 05440ffc3b
commit 90dbdcd5dc

View File

@ -240,7 +240,8 @@ _Many-to-one and one-to-many matching are advanced use cases that should be care
Often a proper use of `ignoring(<labels>)` provides the desired outcome._
_Grouping modifiers can only be used for [comparison](#comparison-binary-operators),
[arithmetic](#arithmetic-binary-operators), and [trigonometric](#trigonometric-binary-operators)operators. Set operators match with all possible entries on either side by default._
[arithmetic](#arithmetic-binary-operators), and [trigonometric](#trigonometric-binary-operators)
operators. Set operators match with all possible entries on either side by default._
### One-to-one vector matches