mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix typo in comment
This commit is contained in:
parent
09a7117237
commit
bee8bdcfc0
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ pub struct {name} {{
|
||||||
target_info,
|
target_info,
|
||||||
format!(
|
format!(
|
||||||
r#"/// This is a single-tag union, so it has no alternatives
|
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) -> () {{
|
pub fn discriminant(&self) -> () {{
|
||||||
()
|
()
|
||||||
}}"#
|
}}"#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue