mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix extra space in comment
This commit is contained in:
parent
1961cf771a
commit
85f146c688
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ where
|
|||
src2: &Symbol,
|
||||
) -> Result<(), String>;
|
||||
|
||||
/// build_num_sub_i64 stores the `src1 - src2` difference into dst.
|
||||
/// build_num_sub_i64 stores the `src1 - src2` difference into dst.
|
||||
/// It only deals with inputs and outputs of i64 type.
|
||||
fn build_num_sub_i64(
|
||||
&mut self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue