Skip to content

Commit c0a9c1b

Browse files
Typo and Doc fix (#521)
1 parent 572eddf commit c0a9c1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gen/generator.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function_argument_conflict_symbols = []
190190
add_record_constructors = []
191191

192192
[codegen.macro]
193-
# its highly recommended to set this entry to "basic".
193+
# it's highly recommended to set this entry to "basic".
194194
# if you'd like to skip all of the macros, please set this entry to "disable".
195195
# if you'd like to translate function-like macros to Julia, please set this entry to "aggressive".
196196
macro_mode = "basic"

src/generator/context.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ create_context(header::AbstractString, args=String[], ops=Dict()) = create_conte
160160
end
161161

162162
"""
163-
build!(ctx::Context, skip_printing = true)
163+
build!(ctx::Context, stage = BUILDSTAGE_ALL)
164164
Run all passes.
165165
"""
166166
function build!(ctx::Context, stage=BUILDSTAGE_ALL)

0 commit comments

Comments
 (0)