Skip to content

Commit fb0e0e2

Browse files
committedFeb 15, 2025
[Documentation] Appended fallback comment in assets.
1 parent e40a67b commit fb0e0e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/data-structures/trie/Trie.js

+2
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,5 @@ export default class Trie {
108108
return currentNode;
109109
}
110110
}
111+
112+
// Local fallback improvement: appended a small comment.

0 commit comments

Comments
 (0)
Please sign in to comment.