Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 8dbeae8

Browse files
committed
2 parents 1d451ce + 3d9aeec commit 8dbeae8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

website/docs/rules/common/avoid-throw-in-catch-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ avoid-throw-in-catch-block
88

99
Call throw in a catch block loses the original stack trace and the original exception.
1010

11-
Sine 2.16 version you can use [Error.throwWithStackTrace](https://api.dart.dev/dev/2.16.0-9.0.dev/dart-core/Error/throwWithStackTrace.html).
11+
Since 2.16 version you can use [Error.throwWithStackTrace](https://api.dart.dev/dev/2.16.0-9.0.dev/dart-core/Error/throwWithStackTrace.html).
1212

1313
### Example
1414

website/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "^2.0.0-beta.9",
3030
"@tsconfig/docusaurus": "^1.0.4",
31-
"@types/react": "^17.0.35",
31+
"@types/react": "^17.0.36",
3232
"@types/react-helmet": "^6.1.4",
3333
"@types/react-router-dom": "^5.3.2",
3434
"prettier": "2.4.1",

0 commit comments

Comments
 (0)