Fix docstring
This commit is contained in:
parent
d461aa3300
commit
4b2c2cda0d
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
||||||
(.asSlice ^MemorySegment segment ^long offset ^long size)))
|
(.asSlice ^MemorySegment segment ^long offset ^long size)))
|
||||||
|
|
||||||
(defn slice-into
|
(defn slice-into
|
||||||
"Get a slice over the `segment` starting at the `address`."
|
"Get a slice into the `segment` starting at the `address`."
|
||||||
([address segment]
|
([address segment]
|
||||||
(.asSlice ^MemorySegment segment ^MemoryAddress address))
|
(.asSlice ^MemorySegment segment ^MemoryAddress address))
|
||||||
([address segment size]
|
([address segment size]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue