Skip to content

Commit 6f6a877

Browse files
committed
Update docs
1 parent 0b7ce2e commit 6f6a877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/interfaces/arblib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Some of the things that Arblib excels at are:
1313
Some of the things that IntervalArithmetic excels at are:
1414
1. Fast computations at `Float32` and `Float64` precision.
1515
2. Computations with wide intervals (FLINT is in general not optimized for this, though the situation is improving).
16-
3. Built-in safety features, such as decorations (see [Decorations](@ref)) and the "NG" flag (see [Guarantee](@ref)).
16+
3. Built-in safety features, such as decorations (see [Decorations](@ref)) and the "NG" flag (see ["NG" label](@ref)).
1717

1818

1919

docs/src/manual/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ There are several useful output representations for intervals. The display is co
1414

1515
- `:midpoint`: output in the midpoint-radius form, e.g. `1.2 ± 0.100001`.
1616

17-
- `sigdigits :: Int` keyword argument: number of significant figures to show in standard mode.
17+
- `sigdigits :: Int` keyword argument: number of significant digits to show in standard mode.
1818

19-
- `decorations :: Bool` keyword argument: whether to show [decorations](decorations.md) or not.
19+
- `decorations :: Bool` keyword argument: whether to show decorations or not.
2020

2121
```@repl
2222
using IntervalArithmetic

0 commit comments

Comments
 (0)