Skip to content

Fix typo #1413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t15.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t16.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t17.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t18.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t19.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion Language/Mixins/Mixin_Application/syntax_t20.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/// metadata abstract? class mixinApplicationClass
/// ;
/// mixinClassApplication:
/// identifer typeParameters? `=' mixinApplication `;'
/// identifier typeParameters? `=' mixinApplication `;'
///
/// mixinApplication:
/// type mixins interfaces?
Expand Down
2 changes: 1 addition & 1 deletion LibTest/html/Document/querySelectorAll_A01_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// @assertion ElementList querySelectorAll(String selectors)
/// Finds all descendent elements of this element that match the specified
/// Finds all descendant elements of this element that match the specified
/// group of selectors.
///
/// selectors should be a string using CSS selector syntax.
Expand Down
2 changes: 1 addition & 1 deletion LibTest/html/Element/querySelectorAll_A01_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// @assertion ElementList querySelectorAll(String selectors)
/// Finds all descendent elements of this element that match the specified
/// Finds all descendant elements of this element that match the specified
/// group of selectors.
///
/// selectors should be a string using CSS selector syntax.
Expand Down
2 changes: 1 addition & 1 deletion LibTest/html/Element/querySelectorAll_A01_t02.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// @assertion ElementList querySelectorAll(String selectors)
/// Finds all descendent elements of this element that match the specified
/// Finds all descendant elements of this element that match the specified
/// group of selectors.
///
/// selectors should be a string using CSS selector syntax.
Expand Down
2 changes: 1 addition & 1 deletion LibTest/html/HttpRequest/abort_A01_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/// @assertion void abort()
/// Stop the current request.
/// The request can only be stopped if readyState is HEADERS_RECIEVED or LOADING.
/// The request can only be stopped if readyState is HEADERS_RECEIVED or LOADING.
/// If this method is not in the process of being sent, the method has no effect.
/// @description Checks the state of request at various moments of time.

Expand Down
2 changes: 1 addition & 1 deletion LibTest/typed_data/Uint8ClampedList/length_A01_t01.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

/// @assertion int get length
/// Returns the number of objectss in the list.
/// Returns the number of objects in the list.
/// @description Checks that the number of elements is returned.
/// @author msyabro

Expand Down