Skip to content

Commit

Permalink
Add missing period to return doc
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Silverstein <adamjs@google.com>
  • Loading branch information
westonruter and adamsilverstein authored Oct 14, 2024
1 parent 0bc521e commit 477cc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private function is_embed_figure( OD_HTML_Tag_Processor $processor ): bool {
* @since n.e.x.t
*
* @param OD_HTML_Tag_Processor $processor Processor.
* @return bool Whether the tag should be measured and stored in URL metrics
* @return bool Whether the tag should be measured and stored in URL metrics.
*/
private function is_embed_wrapper( OD_HTML_Tag_Processor $processor ): bool {
return (
Expand Down

0 comments on commit 477cc33

Please sign in to comment.