From 757532188b74b1d7f71b0bfe8b406c519cf56658 Mon Sep 17 00:00:00 2001 From: crisbeto Date: Sat, 30 Sep 2017 12:45:33 +0200 Subject: [PATCH] chore: update autocomplete doc string to remove md- prefix This is follow-up from #7176. --- src/lib/autocomplete/autocomplete.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/autocomplete/autocomplete.ts b/src/lib/autocomplete/autocomplete.ts index f1df42923710..81967d6ba643 100644 --- a/src/lib/autocomplete/autocomplete.ts +++ b/src/lib/autocomplete/autocomplete.ts @@ -84,7 +84,7 @@ export class MatAutocomplete implements AfterContentInit { new EventEmitter(); /** - * Takes classes set on the host md-autocomplete element and applies them to the panel + * Takes classes set on the host autocomplete element and applies them to the panel * inside the overlay container to allow for easy styling. */ @Input('class')