Skip to content

Commit 93ff4a4

Browse files
Fix typo
Co-authored-by: Michael Goulet <[email protected]>
1 parent 304361a commit 93ff4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/diagnostic_impls.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ macro_rules! into_diagnostic_arg_for_number {
6464
impl IntoDiagnosticArg for $ty {
6565
fn into_diagnostic_arg(self) -> DiagnosticArgValue<'static> {
6666
// HACK: `FluentNumber` the underline backing struct represent
67-
// numbers using a f64 which can represent all the i128 numbers
67+
// numbers using a f64 which can't represent all the i128 numbers
6868
// So in order to be able to use fluent selectors and still
6969
// have all the numbers representable we only convert numbers
7070
// below a certain threshold.

0 commit comments

Comments
 (0)