Skip to content

Commit

Permalink
slightly adjust wording on schema description for new field.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyza-pi committed Jan 6, 2025
1 parent 2776844 commit e29267a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/efcpt-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
2 changes: 1 addition & 1 deletion samples/efcpt-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e29267a

Please sign in to comment.