Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 9cb74d4

Browse files
committed
doc: fix a merge artifact
Conflicts: lib/core_dom/tagging_view_factory.dart
1 parent 50fc615 commit 9cb74d4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/core/annotation_src.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -563,11 +563,7 @@ abstract class DetachAware {
563563
*
564564
* // Registration
565565
* var module = ...;
566-
<<<<<<< HEAD
567-
* module.type(MyFormatter);
568-
=======
569-
* module.bind(MyFilter);
570-
>>>>>>> chore: Replace Module.[type|value|factory]() with Module.bind()
566+
* module.bind(MyFormatter);
571567
*
572568
*
573569
* <!-- Usage -->

0 commit comments

Comments
 (0)