From c50561f7298bf236b2c8757505513077270b7bf4 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sun, 28 Oct 2018 00:33:03 -0400 Subject: [PATCH] Checking formatting --- Autocomplete.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Autocomplete.md b/Autocomplete.md index ea7a488..574be05 100644 --- a/Autocomplete.md +++ b/Autocomplete.md @@ -32,8 +32,8 @@ N/A ## Methods -### `object()` --- +### `object()` ``` Returns the type of object it is. @@ -43,8 +43,8 @@ Returns the type of object it is. string: The type of object ``` -### `total_values()` --- +### `total_values()` ``` How many items are returned in `data` @@ -53,8 +53,8 @@ How many items are returned in `data` int: The number of items in the `data` key ``` -### `data()` --- +### `data()` ``` The list of potential autocompletes