Skip to content

Commit da19ccb

Browse files
committed
minor fix in README.md
1 parent 9c42249 commit da19ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
**StaticArrays** provides a framework for implementing statically sized arrays
1515
in Julia (≥ 0.5), using the abstract type `StaticArray{Size,T,N} <: AbstractArray{T,N}`.
16-
Subtypes of [StaticArray](@ref) will provide fast implementations of common array and
16+
Subtypes of `StaticArray` will provide fast implementations of common array and
1717
linear algebra operations. Note that here "statically sized" means that the
1818
size can be determined from the *type*, and "static" does **not** necessarily
1919
imply `immutable`.

0 commit comments

Comments
 (0)