Skip to content

Commit

Permalink
Change doc comment back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Feb 8, 2023
1 parent 6b4e922 commit db9c542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ open class EnumGenerator(
pub fn as_str(&self) -> &str {
#{asStrImpl:W}
}
/// Returns all the `&str` values of the enum members.
/// Returns all the `&str` representations of the enum members.
pub const fn $Values() -> &'static [&'static str] {
&[#{Values:W}]
}
Expand Down

0 comments on commit db9c542

Please sign in to comment.