JosiahWI commented on code in PR #12170:
URL: https://github.com/apache/trafficserver/pull/12170#discussion_r2033639202


##########
doc/developer-guide/cripts/cripts-convenience.en.rst:
##########
@@ -118,6 +118,7 @@ Macro                         Traditional API equivalent
 ===========================   
====================================================================
 ``Regex(name, ...)``          ``static cripts::Matcher::PCRE name(...)``
 ``ACL(name, ...)``            ``static cripts::Matcher::Range::IP name(...)``
+``StatusCode(code, ...)``          ``cripts::Error::Status::Set(code, ...);

Review Comment:
   Missing closing backtick pair?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to