Skip to content

Commit

Permalink
Update rbx_reflection/src/database.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micah <[email protected]>
  • Loading branch information
krakow10 and Dekkonot authored Oct 22, 2024
1 parent 55242e6 commit 45395cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rbx_reflection/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ impl<'a> ReflectionDatabase<'a> {
}
}

/// This mimics the behavior of the Roblox Lua Instance:IsA(ClassName) method.
/// Returns whether superclass_descriptor is a superclass of descriptor.
/// This mimics the behavior of the Roblox method `Instance:IsA(ClassName)` method.
/// Returns whether `superclass_descriptor` is a superclass of `descriptor`.
pub fn class_is_a(
&self,
descriptor: &ClassDescriptor,
Expand Down

0 comments on commit 45395cd

Please sign in to comment.