From c49f06fd28501624d6b256f60fb7fcde437d179a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20M=C3=BCller?= Date: Mon, 1 Oct 2012 16:24:30 +0300 Subject: [PATCH] Add comma to release notes --- Applications/TextMate/about/Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/TextMate/about/Changes.md b/Applications/TextMate/about/Changes.md index 9662fc57..68f67b0d 100644 --- a/Applications/TextMate/about/Changes.md +++ b/Applications/TextMate/about/Changes.md @@ -12,7 +12,7 @@ - When there is only a single caret or a single continuous selection the left scope may contain: `dyn.caret.begin.line` or `dyn.caret.begin.document`. - Likewise the right scope may contain: `dyn.caret.end.line` or `dyn.caret.end.document`. -* When expanding tab triggers the left scope is the scope to the left of the start of the potential tab trigger and the right scope is likewise that to the right of the potential tab trigger. +* When expanding tab triggers, the left scope is the scope to the left of the start of the potential tab trigger and the right scope is likewise that to the right of the potential tab trigger. * `rmate`: Overwriting an existing file now preserve the existing file’s group and owner.