Skip to content

Commit 5ef671b

Browse files
authored
Auto merge of #262 - overlookmotel:patch-1, r=jdm
Fix comment typo Tiny nit. Fixes a misspelling in a comment.
2 parents 51743a7 + c58ac06 commit 5ef671b

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)