Skip to content

Commit 3c52452

Browse files
Fix description for warning number 110 (#6725)
* Fix description for warning number 110 * Changelog
1 parent 6fd1e73 commit 3c52452

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Stop escaping JSX prop names with hyphens. https://github.com/rescript-lang/rescript-compiler/pull/6705
2323
- Fix trailing undefined for optional parameters not omitted with `@send` and `@new`. https://github.com/rescript-lang/rescript-compiler/pull/6716
2424
- Fix JSX4 adding the incorrect type annotation for the prop `ref` in React.forwardRef component https://github.com/rescript-lang/rescript-compiler/pull/6718
25+
- Fix description for warning number 110 https://github.com/rescript-lang/rescript-compiler/pull/6725
2526

2627
#### :nail_care: Polish
2728

jscomp/ext/warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ let descriptions =
647647
);
648648
(108, "Uninterpreted delimiters (for unicode)");
649649
(109, "Toplevel expression has unit type");
650-
(110, "Expression has nested promise type");
650+
(110, "Todo found");
651651
]
652652

653653
let help_warnings () =

0 commit comments

Comments
 (0)