diff --git a/yarn-project/circuits.js/src/scripts/constants.in.ts b/yarn-project/circuits.js/src/scripts/constants.in.ts index 7fde51bd9bb..d8e01ac1dcd 100644 --- a/yarn-project/circuits.js/src/scripts/constants.in.ts +++ b/yarn-project/circuits.js/src/scripts/constants.in.ts @@ -234,7 +234,7 @@ ${processConstantsCpp(constants)} } /** - * Generate the constants file in C++. + * Generate the constants file in PIL. */ function generatePilConstants({ constants }: ParsedContent, targetPath: string) { const resultPil: string = `// GENERATED FILE - DO NOT EDIT, RUN yarn remake-constants in circuits.js