Skip to content

Commit

Permalink
Update README_ZH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
songjhaha committed Nov 24, 2023
1 parent f185291 commit dad3ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ CORE_API ErrorCode JLError_FetchMsgStr(JSym* outExcName, List<char> msgBuffer);
/* func(args...; kwargs...) -> out */
CORE_API ErrorCode JLCall(JV* out, JV func, List<JV> args, List<Tuple<JSym, JV>> kwargs);
/* func.(args...; kwargs...) -> out */
CORE_API ErrorCode JLDotCall(JV* out, JV func, List<JV> args, List<Tuple<Sym, JV>> kwargs);
CORE_API ErrorCode JLDotCall(JV* out, JV func, List<JV> args, List<Tuple<JSym, JV>> kwargs);

ErrorCode JLCompare(bool* out, Compare cmp, JV a, JV b);
```
Expand Down

0 comments on commit dad3ad6

Please sign in to comment.