From a6b76c7ff67d84ae89271f8164a55ac5b4db3e7a Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Thu, 9 May 2013 14:58:49 -0700 Subject: [PATCH] Fix minor typo in contributing.rst Change-Id: I947142f5246660b01cf8b997922bac8cb74e61e0 --- docs/source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing.rst b/docs/source/contributing.rst index 50f2b2a40..20fe34d47 100644 --- a/docs/source/contributing.rst +++ b/docs/source/contributing.rst @@ -19,7 +19,7 @@ to make a suggestion or three. We follow Google's `C++ Style Guide `_ and use `git `_ for version control. We use the -`Gerrit `_ to collaborate and +`Gerrit `_ to collaborate and review changes to Ceres. Gerrit enables pre-commit reviews so that Ceres can maintain a linear history with clean, reviewed commits, and no merges.