Skip to content

Commit ac4cf6f

Browse files
authored
Merge pull request #130 from JeffreySarnoff/jas/wordchoice
clarify float.jl description
2 parents 9af1b3f + 8b0eeb8 commit ac4cf6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/float.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
StaticFloat64{N}
44
55
A statically sized `Float64`.
6-
Use `StaticInt(N)` instead of `Val(N)` when you want it to behave like a number.
6+
Use `StaticFloat64(N)` instead of `Val(N)` when you want it to behave like a number.
77
"""
88
struct StaticFloat64{N} <: Real
99
StaticFloat64{N}() where {N} = new{N::Float64}()

0 commit comments

Comments
 (0)