Skip to content

Commit 714107c

Browse files
authored
update link in docs and name of structs (#119)
1 parent ea704d2 commit 714107c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/arrays_colors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ ColorTypes.Gray{Float64}
107107

108108
`dump` shows the "internal" representation of an object. You can see
109109
that `Gray` is a
110-
[type](http://docs.julialang.org/en/stable/manual/types/)
111-
(technically, an `immutable`) with a single field `val`; for
110+
[type](https://docs.julialang.org/en/v1/manual/types/)
111+
(technically, an immutable `struct`) with a single field `val`; for
112112
`Gray{Float64}`, `val` is a 64-bit floating point number. Using `val`
113113
directly is not recommended: you can extract the `Float64` value with
114114
the accessor functions `real` or `gray` (the reason for the latter

0 commit comments

Comments
 (0)