We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2668d commit b4c9ac8Copy full SHA for b4c9ac8
README.md
@@ -11,8 +11,8 @@ are defined as being members of the interval.
11
12
This package is intended to implement a "minimal" foundation for
13
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
+*encourage* [type-piracy](https://docs.julialang.org/en/stable/manual/style-guide/#Avoid-type-piracy-1)
+for the reason that only one interval package can
16
unambiguously define the `..` and `±` operators (see below).
17
18
Currently this package defines one concrete type, `ClosedInterval`.
0 commit comments