Skip to content

Commit 5c4e010

Browse files
author
Github Executorch
committed
Update
[ghstack-poisoned]
1 parent 8427c1b commit 5c4e010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/core/evalue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@ struct EValue {
621621
/**
622622
* Result-returning equivalent of `to<T>()`. Tag mismatch returns
623623
* `Error::InvalidType`; a null list/string payload returns
624-
* `Error::InvalidState`. Unsynchronized — caller must serialize concurrent
625-
* tag mutation. Specializations are defined below via `EVALUE_DEFINE_TRY_TO`.
624+
* `Error::InvalidState`. Specializations are defined below via
625+
* `EVALUE_DEFINE_TRY_TO`.
626626
*/
627627
template <typename T>
628628
Result<T> tryTo() const;

0 commit comments

Comments
 (0)