Skip to content

Commit

Permalink
dont use fancy words
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 23, 2022
1 parent 34c2ab4 commit af19ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dispose_scope/lib/src/disposable.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:dispose_scope/dispose_scope.dart';

/// An entity that can be disposed.
/// An object that can be disposed.
abstract class Disposable {
/// Adds this object to [disposeScope].
void disposed(DisposeScope disposeScope) {
Expand Down

0 comments on commit af19ca7

Please sign in to comment.