mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
typo
This commit is contained in:
parent
e7d0715c3c
commit
d448b7f437
|
@ -27,7 +27,7 @@ pub struct MyHashmap<K, V, S = RandomState> {
|
||||||
len: usize,
|
len: usize,
|
||||||
// The hasher.
|
// The hasher.
|
||||||
state: S,
|
state: S,
|
||||||
// Wehther to use quadratic or linear probing.
|
// Whether to use quadratic or linear probing.
|
||||||
quadratic: bool,
|
quadratic: bool,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue