Skip to content

Commit 401c227

Browse files
committed
Fix table
1 parent 756574c commit 401c227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ There are a handful of URI parsers included with connection.
369369
| FirstValueURIParser | This parser behaves like the Swagger2URIParser, except that it prefers |
370370
| | the first defined value. For example, if you provided a URI with the query|
371371
| | string ``?letters=a,b,c&letters=d,e,f`` and ``collectionFormat: csv`` |
372-
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
372+
| | then FireTail will set ``letters = ['a', 'b', 'c']`` |
373373
+----------------------+---------------------------------------------------------------------------+
374374
| AlwaysMultiURIParser | This parser is backwards compatible with FireTail 1.x. It joins together |
375375
| | multiple instances of the same query parameter. |

0 commit comments

Comments
 (0)