From ae4531611027e788352c2568987272522c750100 Mon Sep 17 00:00:00 2001 From: Raph Alves Sa Date: Tue, 15 Mar 2016 00:57:45 +0000 Subject: [PATCH] Update annotation_src.dart Add a full stop to end of last sentence of the useShadowDom property documentation. --- lib/core/annotation_src.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/annotation_src.dart b/lib/core/annotation_src.dart index e22884baf..850c0c342 100644 --- a/lib/core/annotation_src.dart +++ b/lib/core/annotation_src.dart @@ -323,7 +323,7 @@ class Component extends Directive { /** * If set to true, this component will always use shadow DOM. * If set to false, this component will never use shadow DOM. - * If unset, the compiler's default construction strategy will be used + * If unset, the compiler's default construction strategy will be used. */ final bool useShadowDom;