#1260. Typo fixed
diff --git a/LanguageFeatures/FinalizationRegistry/no_ffi/Finalizer/noSuchMethod_A01_t01.dart b/LanguageFeatures/FinalizationRegistry/no_ffi/Finalizer/noSuchMethod_A01_t01.dart
index 1a8b483..83e56fa 100644
--- a/LanguageFeatures/FinalizationRegistry/no_ffi/Finalizer/noSuchMethod_A01_t01.dart
+++ b/LanguageFeatures/FinalizationRegistry/no_ffi/Finalizer/noSuchMethod_A01_t01.dart
@@ -7,7 +7,7 @@
 //        Invocation invocation
 //     )
 /// Invoked when a non-existent method or property is accessed.
-/// @description Checks that [noSuchMethodError] is thrown if non-existing
+/// @description Checks that [NoSuchMethodError] is thrown if non-existing
 /// method or property is accessed.
 /// @author iarkh@unipro.ru