Skip to content

Commit b3a301d

Browse files
committed
align table in a docstring
1 parent 2156e8c commit b3a301d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/machines.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The effect of the `scitype_check_level` option in calls of the form
1414
`machine(model, data, scitype_check_level=...)` is summarized below:
1515
1616
`scitype_check_level` | Inspect scitypes? | If `Unknown` in scitypes | If other scitype mismatch |
17-
|:-----------:|:-----------------:|:------------------------:|:-------------------------:|
18-
0 | × | | |
19-
1 (startup) | ✓ | | warning |
20-
2 | ✓ | warning | warning |
21-
3 | ✓ | warning | error |
22-
4 | ✓ | error | error |
17+
|:-------------------:|:-----------------:|:------------------------:|:-------------------------:|
18+
0 | × | | |
19+
1 (value at startup) | ✓ | | warning |
20+
2 | ✓ | warning | warning |
21+
3 | ✓ | warning | error |
22+
4 | ✓ | error | error |
2323
2424
See also [`machine`](@ref)
2525

0 commit comments

Comments
 (0)