Skip to content

Commit 4271b72

Browse files
committed
small typo
1 parent 88510c3 commit 4271b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types.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: 2025/01/24
7+
# Last modified: 2025/02/18
88
#
99

1010
#=
@@ -83,7 +83,7 @@ the maximum entropy method.
8383
"""
8484
const PMaxEnt = Dict{String,ADT}(
8585
"method" => [missing, 1, :String, "How to determine the optimized α parameter"],
86-
"stype" => [missing, 1, :String, "Type of the entropy term"],
86+
"stype" => [missing, 1, :String, "Type of the entropic term"],
8787
"nalph" => [missing, 1, :I64 , "Total number of the chosen α parameters"],
8888
"alpha" => [missing, 1, :F64 , "Starting value for the α parameter"],
8989
"ratio" => [missing, 1, :F64 , "Scaling factor for the α parameter"],

0 commit comments

Comments
 (0)