diff --git a/Autocomplete.md b/Autocomplete.md index 507c81b..4ac3835 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -34,9 +34,11 @@ N/A ### `object()` +``` Returns the type of object it is. (card, error, etc) Returns: string: The type of object - \ No newline at end of file + +```