Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Dec 17, 2024
1 parent a6beb92 commit 4e7fe56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ class {{ async_method_name_prefix }}{{ service.name }}RestInterceptor:
This `post_{{ method.name|snake_case }}_with_metadata` interceptor runs after the
`post_{{ method.name|snake_case }}` iterceptor. If the response is modified in
`post_{{ method.name|snake_case }}`, the modified response will be used in
`post_{{ method.name|snake_case }}_with_metadata. This `post_{{ method.name|snake_case }}_with_metadata`
`post_{{ method.name|snake_case }}_with_metadata`. This `post_{{ method.name|snake_case }}_with_metadata`
interceptor is recommended for new development instead of `post_{{ method.name|snake_case }}`.
"""
return response, metadata
Expand Down

0 comments on commit 4e7fe56

Please sign in to comment.