We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fb16d commit 24a0efdCopy full SHA for 24a0efd
1 file changed
src/log_surgeon/finite_automata/RegexNFA.hpp
@@ -152,8 +152,10 @@ class RegexNFAState {
152
/**
153
* @param state_ids A map of states to their unique identifiers.
154
* @return A string representation of the NFA state on success.
155
- * @return Forwards `PositiveTaggedTransition::serialize`'s or
156
- * `NegativeTaggedTransition::serialize`'s return value (std::nullopt) on failure.
+ * @return Forwards `PositiveTaggedTransition::serialize`'s return value (std::nullopt) on
+ * failure.
157
+ * @return Forwards `NegativeTaggedTransition::serialize`'s return value (std::nullopt) on
158
159
*/
160
[[nodiscard]] auto serialize(
161
std::unordered_map<RegexNFAByteState const*, uint32_t> const& state_ids
0 commit comments