refactor: typos in doc strings

This commit is contained in:
jstoobysmith 2025-02-12 10:34:58 +00:00
parent ea29b15e4a
commit 73717f151f
3 changed files with 12 additions and 5 deletions

View file

@ -16,7 +16,7 @@ variable {𝓕 : FieldSpecification}
/--
Given a natural number `n`, which will correspond to the number of fields needing
contracting, a Wick contraction
is a finite set of pairs of `Fin n` (numbers `0`, , `n-1`), such that no
is a finite set of pairs of `Fin n` (numbers `0`, ..., `n-1`), such that no
element of `Fin n` occurs in more then one pair. The pairs are the positions of fields we
'contract' together.
-/