Skip to content

Commit f31e4e3

Browse files
authored
Fix a typo (#10700)
1 parent 0904f2a commit f31e4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/style-guideline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ rough guideline of what are commonly accepted static imports:
6464
- Collections helpers (such as `singletonList()` and `Collectors.toList()`)
6565
- ByteBuddy `ElementMatchers` (for building instrumentation modules)
6666
- Immutable constants (where clearly named)
67-
- Singleton instances (especially where clearly named an hopefully immutable)
67+
- Singleton instances (especially where clearly named and hopefully immutable)
6868
- `tracer()` methods that expose tracer singleton instances
6969

7070
## Ordering of class contents

0 commit comments

Comments
 (0)