mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
typos
This commit is contained in:
parent
46beaf5855
commit
e805e63db6
20 changed files with 31 additions and 31 deletions
|
@ -317,7 +317,7 @@ impl fmt::Debug for ModuleId {
|
|||
}
|
||||
}
|
||||
|
||||
/// In relese builds, all we have access to is the number, so only display that.
|
||||
/// In release builds, all we have access to is the number, so only display that.
|
||||
#[cfg(not(debug_assertions))]
|
||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
self.0.fmt(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue