Fix typo in comment

This commit is contained in:
Richard Feldman 2022-08-08 20:34:35 -04:00
parent 09a7117237
commit bee8bdcfc0
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -666,7 +666,7 @@ pub struct {name} {{
target_info,
format!(
r#"/// This is a single-tag union, so it has no alternatives
/// to discriminate bewteen. This method is only included for completeness.
/// to discriminate between. This method is only included for completeness.
pub fn discriminant(&self) -> () {{
()
}}"#