Skip to content

Commit

Permalink
Replace tokens -> placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhenii-nadtochii committed Dec 12, 2024
1 parent 697526a commit 37494d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/proto/spine/options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ message GoesOption {
// 4. `{parent.type}` – the fully qualified name of the field declaring type.
// 5. `{goes.companion}` – the name of the companion specified in `with`.
//
// The tokens will be replaced at runtime when the error is constructed.
// The placeholders will be replaced at runtime when the error is constructed.
//
string error_msg = 3;
}
Expand Down Expand Up @@ -1119,7 +1119,7 @@ message IfSetAgainOption {
// 4. `{field.proposed_value}` – the value, which was attempted to be set for the field.
// 5. `{parent.type}` – the fully qualified name of the field declaring type.
//
// The tokens will be replaced at runtime when the error is constructed.
// The placeholders will be replaced at runtime when the error is constructed.
//
// Example: Using the `(set_once)` option.
//
Expand Down

0 comments on commit 37494d6

Please sign in to comment.