Skip to content

Commit 9096b5a

Browse files
committed
remove redundant space
1 parent 0daba60 commit 9096b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference-manual/types.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ sum_to_zero_vector[5] beta;
707707
```
708708

709709
Zero sum vectors are implemented as vectors and may be assigned to other
710-
vectors and vice-versa. Zero sum vector variables, like other constrained
710+
vectors and vice-versa. Zero sum vector variables, like other constrained
711711
variables, are validated to ensure that they are indeed unit length; for
712712
zero sum vectors, this is only done up to a statically specified accuracy
713713
threshold $\epsilon$ to account for errors arising from floating-point

0 commit comments

Comments
 (0)