Skip to content

Commit c58ac06

Browse files
Fix comment typo
1 parent d317968 commit c58ac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ impl<Static> Atom<Static> {
105105
}
106106

107107
impl<Static: StaticAtomSet> Atom<Static> {
108-
/// Return the internal repersentation. For testing.
108+
/// Return the internal representation. For testing.
109109
#[doc(hidden)]
110110
pub fn unsafe_data(&self) -> u64 {
111111
self.unsafe_data.get()

0 commit comments

Comments
 (0)