Skip to content

Commit

Permalink
Mention possible conversion to GString/String
Browse files Browse the repository at this point in the history
  • Loading branch information
mivort authored Oct 26, 2024
1 parent c7902db commit 9f79a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-core/src/meta/class_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl ClassNameSource {
/// # Ordering
///
/// `ClassName`s are **not** ordered lexicographically, and the ordering relation is **not** stable across multiple runs of your
/// application.
/// application. When lexicographical order is needed, it's possible to convert this type to [GString] or [String].
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
pub struct ClassName {
global_index: u16,
Expand Down

0 comments on commit 9f79a5c

Please sign in to comment.