Skip to content

Commit

Permalink
Latest docs on successful build 6836 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Oct 31, 2024
1 parent 249134c commit aa58aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bugpattern/FloggerArgumentToString.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: FloggerArgumentToString
summary: Use Flogger's printf-style formatting instead of explicitly converting arguments
to strings
to strings. Note that Flogger does more than just call toString; for instance, it
formats arrays sensibly.
layout: bugpattern
tags: ''
severity: WARNING
Expand Down
2 changes: 1 addition & 1 deletion bugpatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ __[FloatingPointLiteralPrecision](bugpattern/FloatingPointLiteralPrecision)__<br
Floating point literal loses precision

__[FloggerArgumentToString](bugpattern/FloggerArgumentToString)__<br>
Use Flogger&#39;s printf-style formatting instead of explicitly converting arguments to strings
Use Flogger&#39;s printf-style formatting instead of explicitly converting arguments to strings. Note that Flogger does more than just call toString; for instance, it formats arrays sensibly.

__[FloggerStringConcatenation](bugpattern/FloggerStringConcatenation)__<br>
Prefer string formatting using printf placeholders (e.g. %s) instead of string concatenation
Expand Down

0 comments on commit aa58aef

Please sign in to comment.