Skip to content

Commit

Permalink
fix: fix typo in AndroidConfig docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
leekeh authored Dec 18, 2024
1 parent ca7f025 commit 741f90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tauri-utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ impl Default for IosConfig {
}
}

/// General configuration for the iOS target.
/// General configuration for the Android target.
#[skip_serializing_none]
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]
#[cfg_attr(feature = "schema", derive(JsonSchema))]
Expand Down

0 comments on commit 741f90d

Please sign in to comment.