From 125f8c13d22c22b2ec3fef184576f7bbc1fce8e3 Mon Sep 17 00:00:00 2001 From: Neycho Kalaydzhiev <45290296+Neychok@users.noreply.github.com> Date: Sat, 12 Feb 2022 21:48:27 +0200 Subject: [PATCH] Fix for a small typo inside docs --- documentation/docs/parsing/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/parsing/options.md b/documentation/docs/parsing/options.md index 48d6e341..c1cf95e0 100644 --- a/documentation/docs/parsing/options.md +++ b/documentation/docs/parsing/options.md @@ -37,7 +37,7 @@ If you set to `null` then all quoting will be ignored. ## escape **Type**: `string` **Default**: `'"'` -The character to used to escape quotes inside of a quoted field. +The character to use to escape quotes inside of a quoted field. i.e: `First,"Name"' => '"First,""Name"""`