Skip to content

Commit

Permalink
fix expression docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaturtlesandwich committed Apr 8, 2024
1 parent 4052fe3 commit 66b4497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unreal_asset/unreal_asset_kismet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ macro_rules! declare_expression {
$v:ident: $t:ty
),*
) => {
/// $name
#[doc = stringify!($name)]
#[derive(FNameContainer, Debug, Clone, PartialEq, Eq, Hash)]
pub struct $name {
/// Kismet token
Expand Down

0 comments on commit 66b4497

Please sign in to comment.