diff --git a/samples/efcpt-config.schema.json b/samples/efcpt-config.schema.json index 88de259a5..8a93d8417 100644 --- a/samples/efcpt-config.schema.json +++ b/samples/efcpt-config.schema.json @@ -275,7 +275,7 @@ }, "use-internal-access-modifiers-for-sprocs-and-functions": { "type": "boolean", - "title": "When generating the stored procedure classes and helpers, set them to internal instead of public.", + "title": "When generating the stored procedure and function classes and helpers, set them to internal instead of public.", "default": false } } diff --git a/samples/efcpt-schema.json b/samples/efcpt-schema.json index 33b871d7d..30e8a4717 100644 --- a/samples/efcpt-schema.json +++ b/samples/efcpt-schema.json @@ -464,7 +464,7 @@ }, "use-internal-access-modifiers-for-sprocs-and-functions": { "type": "boolean", - "title": "When generating the stored procedure classes and helpers, set them to internal instead of public.", + "title": "When generating the stored procedure or function classes and helpers, set them to internal instead of public.", "default": false, "examples": [ true