Skip to content

Commit

Permalink
Update pkg/codegen/nodejs/gen.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Pitzen <[email protected]>
  • Loading branch information
RobbieMcKinstry and kpitzen committed Nov 11, 2022
1 parent 1d7e9ae commit f0b3513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/codegen/nodejs/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -1729,7 +1729,7 @@ func (ctx *ioContext) filetype() string {

// intoIOFiles converts this namespace into one or more files.
// It recursively builds one file for each node in the tree.
// If input=true, then it builds input types. Otherwise, it
// If ctx.input=true, then it builds input types. Otherwise, it
// builds output types.
// The parameters in ctx are stable regardless of the depth of recursion,
// but parent is expected to change with each recursive call.
Expand Down

0 comments on commit f0b3513

Please sign in to comment.