mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
Fix some typos (#3038)
This commit is contained in:
@@ -135,7 +135,7 @@ class Trieac {
|
||||
return -1;
|
||||
}
|
||||
|
||||
// If there are are nodes below last
|
||||
// If there are nodes below the last
|
||||
// matching character.
|
||||
if (!isLast) {
|
||||
String prefix = query;
|
||||
|
||||
Reference in New Issue
Block a user