Skip to content

Commit fb878e6

Browse files
drunken-monkeyshiv0408
authored andcommitted
Fixed typo in DEVELOPER_GUIDE.md. (opensearch-project#12051)
Signed-off-by: Thomas Seidl <drunken-monkey@users.noreply.github.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
1 parent aeb88b9 commit fb878e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Please follow these formatting guidelines:
348348
* Wildcard imports (`import foo.bar.baz.*`) are forbidden and will cause the build to fail.
349349
* If *absolutely* necessary, you can disable formatting for regions of code with the `// tag::NAME` and `// end::NAME` directives, but note that these are intended for use in documentation, so please make it clear what you have done, and only do this where the benefit clearly outweighs the decrease in consistency.
350350
* Note that JavaDoc and block comments i.e. `/* ... */` are not formatted, but line comments i.e `// ...` are.
351-
* There is an implicit rule that negative boolean expressions should use the form `foo == false` instead of `!foo` for better readability of the code. While this isn't strictly enforced, if might get called out in PR reviews as something to change.
351+
* There is an implicit rule that negative boolean expressions should use the form `foo == false` instead of `!foo` for better readability of the code. While this isn't strictly enforced, it might get called out in PR reviews as something to change.
352352

353353
## Adding Dependencies
354354

0 commit comments

Comments
 (0)