Skip to content

Commit 816e140

Browse files
Copilotsapphi-red
andcommitted
Update Boa comment link to latest commit hash
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 145e00c commit 816e140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_ecmascript/src/to_int_32.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
///
33
/// [ToInt32]: https://tc39.es/ecma262/#sec-toint32
44
///
5-
/// This is copied from [Boa](https://github.com/boa-dev/boa/blob/61567687cf4bfeca6bd548c3e72b6965e74b2461/core/engine/src/builtins/number/conversions.rs)
5+
/// This is copied from [Boa](https://github.com/boa-dev/boa/blob/95c8d4820ad10ce32892dd75673b1d8b8854f974/core/engine/src/builtins/number/conversions.rs)
66
pub trait ToInt32 {
77
fn to_int_32(&self) -> i32;
88
}

0 commit comments

Comments
 (0)