Skip to content

Commit 3445158

Browse files
committed
fix comment
1 parent 2a30ac1 commit 3445158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ impl SkyblockRepo {
132132
self.items.get(&id.to_uppercase()).cloned()
133133
}
134134

135-
/// Retrieves a pet by its `internalId`
135+
/// Retrieves an npc by its `internalId`
136136
#[must_use]
137137
#[inline]
138138
pub fn get_npc_by_id(
@@ -227,7 +227,7 @@ impl SkyblockRepo {
227227
self.items.get(&id.to_uppercase()).cloned()
228228
}
229229

230-
/// Retrieves a pet by its `internalId`
230+
/// Retrieves an npc by its `internalId`
231231
#[must_use]
232232
#[inline]
233233
pub fn get_npc_by_id(

0 commit comments

Comments
 (0)