You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-19Lines changed: 17 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: "Essential Code Snippets Library for Java Developers"
2
+
title: 'Essential Code Snippets Library for Java Developers'
3
3
shortTitle: Code Snippets Library
4
-
description: "Access a wide range of Java code snippets for implementing design patterns effectively. Our library offers ready-to-use examples to help you improve your coding and design skills."
4
+
description: 'Access a wide range of Java code snippets for implementing design patterns effectively. Our library offers ready-to-use examples to help you improve your coding and design skills.'
5
5
language: en
6
6
---
7
7
@@ -92,7 +92,7 @@ public class BinarySearchSnippet {
92
92
*
93
93
* @param arr sorted array to search
94
94
* @param item an item to search
95
-
* @return if item is found, return the index position of the array item otherwise return -1
95
+
* @return if item is found, return the index position of the array item, otherwise return -1
0 commit comments