Skip to content

Commit b4c9ac8

Browse files
authored
Provide link for type-piracy in README
1 parent 0b2668d commit b4c9ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ are defined as being members of the interval.
1111

1212
This package is intended to implement a "minimal" foundation for
1313
intervals upon which other packages might build. In particular, we
14-
*encourage* "type-piracy" (developing new operations for the interval
15-
types defined here), for the reason that only one interval package can
14+
*encourage* [type-piracy](https://docs.julialang.org/en/stable/manual/style-guide/#Avoid-type-piracy-1)
15+
for the reason that only one interval package can
1616
unambiguously define the `..` and `±` operators (see below).
1717

1818
Currently this package defines one concrete type, `ClosedInterval`.

0 commit comments

Comments
 (0)