Skip to content

Commit 4e7fe56

Browse files
committed
update comment
1 parent a6beb92 commit 4e7fe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gapic/templates/%namespace/%name_%version/%sub/services/%service/_shared_macros.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class {{ async_method_name_prefix }}{{ service.name }}RestInterceptor:
403403
This `post_{{ method.name|snake_case }}_with_metadata` interceptor runs after the
404404
`post_{{ method.name|snake_case }}` iterceptor. If the response is modified in
405405
`post_{{ method.name|snake_case }}`, the modified response will be used in
406-
`post_{{ method.name|snake_case }}_with_metadata. This `post_{{ method.name|snake_case }}_with_metadata`
406+
`post_{{ method.name|snake_case }}_with_metadata`. This `post_{{ method.name|snake_case }}_with_metadata`
407407
interceptor is recommended for new development instead of `post_{{ method.name|snake_case }}`.
408408
"""
409409
return response, metadata

0 commit comments

Comments
 (0)