Skip to content

Commit fe6435b

Browse files
committed
fix typo
1 parent 22edc57 commit fe6435b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author : Li Huang (huangli@caep.cn)
55
# Status : Unstable
66
#
7-
# Last modified: 2024/10/01
7+
# Last modified: 2025/04/28
88
#
99

1010
#=
@@ -419,7 +419,7 @@ Convert a string (AbstractString) to a string array.
419419
* str -> A String.
420420
421421
### Returns
422-
* ass -> An array of String.
422+
* arr -> An array of String.
423423
424424
### Examples
425425
```julia-repl

0 commit comments

Comments
 (0)