]> git.puffer.fish Git - matthieu/gru.git/commitdiff
Fix typo
authorMax Charrier <max@puffer.fish>
Sat, 9 Nov 2024 08:44:50 +0000 (09:44 +0100)
committerMax Charrier <max@puffer.fish>
Sat, 9 Nov 2024 08:44:50 +0000 (09:44 +0100)
Signed-off-by: Max Charrier <max@puffer.fish>
autofeur_db/src/trie.rs

index 2359d2deedb3af07bfa773118f629fb4c69eab0f..fbd392ac43c1e94c50ea0f6248dbb9397214f601 100644 (file)
@@ -125,7 +125,7 @@ impl<'a> Trie<'a> {
                 .iter()
                 .nth(weighted.sample(&mut rng))
                 .expect("choosed value did not exist");
-            println!("waling into node {}", key);
+            println!("walking into node {}", key);
 
             current_node = node;
             builder += key;