Skip to content

Commit 00699fc

Browse files
author
yevhenii-nadtochii
committed
Replace prefix with placeholder delimiter
1 parent 609dd7c commit 00699fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-runtime/src/main/proto/spine/validate/error_message.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ message TemplateString {
5858
// A map that provides values for each placeholder referenced in `with_placeholders`.
5959
//
6060
// The keys in this map should match the placeholder keys inside `with_placeholders` without
61-
// the `${}` prefix.
61+
// the `${}` placeholder delimiter.
6262
//
6363
// All placeholders present in `with_placeholders` must have corresponding entries in this map,
6464
// otherwise the template is considered invalid.

0 commit comments

Comments
 (0)