diff --git a/content/reference/sql/version-control/dolt-sql-procedures.md b/content/reference/sql/version-control/dolt-sql-procedures.md index 3a9d1acee..fcb8d8903 100644 --- a/content/reference/sql/version-control/dolt-sql-procedures.md +++ b/content/reference/sql/version-control/dolt-sql-procedures.md @@ -176,7 +176,7 @@ Branch names have a few restrictions which are similar to the constraints Git pu - May not contain '..' (two periods) - May not contain '@{' - May not contain ASCII control characters -- May not contain characters: ':', '?', '\[', '\', '^', '~', '*' +- May not contain characters: ':', '?', '\[', '\\', '^', '~', '*' - May not contain whitespace (spaces, tabs, newlines) - May not end with '/' - May not end with '.lock'