mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +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,
|
||||
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) -> () {{
|
||||
()
|
||||
}}"#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue