fix: fix typo

This commit is contained in:
Turtle 2021-08-25 10:09:31 +08:00 committed by turtleDeng
parent 675d23111c
commit 87881621bb
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ properties([{Key, Type, Desc} | Props], Acc) ->
properties([{Key, Type, Desc, Enum} | Props], Acc) -> properties([{Key, Type, Desc, Enum} | Props], Acc) ->
properties(Props, maps:put(Key, #{type => Type, properties(Props, maps:put(Key, #{type => Type,
description => Desc, description => Desc,
emum => Enum}, Acc)). enum => Enum}, Acc)).
page_params() -> page_params() ->
[#{ [#{
name => page, name => page,