Skip to content

Commit 30b1f86

Browse files
committed
+fix: Fix class name typo
1 parent 9bc354e commit 30b1f86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/src/annotations/unsafe_annotation.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
1111
//.title~
1212

13-
const unsafeOrError = UnsafenOrErrorAnnotation();
13+
const unsafeOrError = UnsafeOrErrorAnnotation();
1414

1515
/// The class that enables the `@unsafeOrError` annotation.
16-
final class UnsafenOrErrorAnnotation {
17-
const UnsafenOrErrorAnnotation();
16+
final class UnsafeOrErrorAnnotation {
17+
const UnsafeOrErrorAnnotation();
1818
}
1919

2020
const unsafe = UnsafeAnnotation();

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_safer_dart_annotations
1616
funding:
1717
- https://www.buymeacoffee.com/dev_cetera
1818
description: Annotations for the df_safer_dart_lints package.
19-
version: 0.1.5
19+
version: 0.1.6
2020
topics:
2121
- rust
2222
- error-handling

0 commit comments

Comments
 (0)