Skip to content

Commit

Permalink
adapt wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaeck committed Sep 6, 2023
1 parent 245ec72 commit c38f3ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/t2iapi/context/context_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ message CreateContextStateWithAssociationRequest {
}

/*
Request to create a new pm:AbstractContextState instance with a given @ContextAssociation and a given number
Request to create or adapt a pm:AbstractContextState instance with a given @ContextAssociation and a given number
of pm:Validator elements.
*/
message CreateContextStateWithAssociationAndValidatorsRequest {
Expand Down
4 changes: 2 additions & 2 deletions src/t2iapi/context/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ service ContextService {
returns (t2iapi.context.CreateContextStateWithAssociationResponse);

/*
Create a new pm:AbstractContextState instance with the given @ContextAssociation value for the given descriptor handle
Create or adapt a pm:AbstractContextState instance with the given @ContextAssociation value for the given descriptor handle
and provide at least the number of pm:Validator elements for this ContextState.
If the number of pm:Validator elements is zero, zero pm:Validator elements shall be provided.
*/
Expand Down Expand Up @@ -102,7 +102,7 @@ service ContextService {
the static state, it shall return RESULT_NOT_SUPPORTED.
*/
rpc CreateContextStateWithAssocAndSpecificValidator(
t2iapi.context.CreateContextStateWithAssocAndSpecificValidatorRequest)
t2iapi.context.CreateContextStateWithAssocAndSpecificValidatorRequest)
returns (t2iapi.context.CreateContextStateWithAssociationResponse);

/*
Expand Down

0 comments on commit c38f3ea

Please sign in to comment.