mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix typo
This commit is contained in:
parent
1f81a598f7
commit
52c84824ba
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ type Pool = Vec<Variable>;
|
|||
|
||||
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
||||
pub enum Mode {
|
||||
/// Instructs the unifier to solve two types for eqaulity.
|
||||
/// Instructs the unifier to solve two types for equality.
|
||||
///
|
||||
/// For example, { n : Str }a ~ { n: Str, m : Str } will solve "a" to "{ m : Str }".
|
||||
Eq,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue