Skip to content

Commit 5cd5e56

Browse files
authored
Merge pull request #35 from JuliaRobotics/fingerprint-doc
update `fingerprint()` comment
2 parents 1094653 + 54b1671 commit 5cd5e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lcmtype.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function dimensions end
3737
"""
3838
fingerprint(::Type{T}) where T<:LCMType
3939
40-
Return the fingerprint of LCM type `T` as an `SVector{8, UInt8}`.
40+
Return the fingerprint of LCM type `T` as an Int64 (exactly 8 bytes).
4141
"""
4242
function fingerprint end
4343

0 commit comments

Comments
 (0)