We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d317968 commit c58ac06Copy full SHA for c58ac06
src/atom.rs
@@ -105,7 +105,7 @@ impl<Static> Atom<Static> {
105
}
106
107
impl<Static: StaticAtomSet> Atom<Static> {
108
- /// Return the internal repersentation. For testing.
+ /// Return the internal representation. For testing.
109
#[doc(hidden)]
110
pub fn unsafe_data(&self) -> u64 {
111
self.unsafe_data.get()
0 commit comments