Skip to content

Commit

Permalink
Chore: improved description of the _blackList in placeholder_builder …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
CatHood0 committed Nov 28, 2024
1 parent ce51947 commit 8429efa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import '../../../../document/attribute.dart' show Attribute, AttributeScope;
import '../../../../document/nodes/line.dart';
import 'placeholder_configuration.dart';

/// This is the black list of the keys that cannot be
/// used or permitted by the builder
// The black list of the keys that can not be used or permitted by the builder.
final List<String> _blackList = List.unmodifiable(<String>[
Attribute.align.key,
Attribute.direction.key,
Expand Down

0 comments on commit 8429efa

Please sign in to comment.