Skip to content

Commit

Permalink
update check inline examples comment (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
noursaidi committed Oct 13, 2022
1 parent b53681d commit 8c44f03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/gencode
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [[ $1 == check ]]; then
fi

if [[ -n $check ]]; then
# This check must be run before gencode_docs is run
# This check must be run before gencode_docs is run, because that will update
# the file in-place, and the checks are against the current file on disk
bin/gencode_docs_examples check
fi

Expand Down

0 comments on commit 8c44f03

Please sign in to comment.