Skip to content

Commit 03211ca

Browse files
Update lastest guidance
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 parent 4ebbea3 commit 03211ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Sty
8181

8282
To format the code as well as check the style, run `./gradlew format && ./gradlew check`.
8383

84-
NOTE: _Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously.
85-
The team may ask you to change it to a `for` loop if the given code is along a hot path._
84+
NOTE: Since the Stream API is https://github.com/spring-projects/spring-security/issues/7154[much slower] than `for` loop, please use it judiciously.
85+
The team may ask you to change it to a `for` loop if the given code is along a hot path.
8686

8787
[[submit-a-pull-request]]
8888
=== Submit a Pull Request

0 commit comments

Comments
 (0)