From db4cae8d9167e1992a8409306bfb42b2232e44b7 Mon Sep 17 00:00:00 2001
From: Brian Anderson <banderson@mozilla.com>
Date: Tue, 25 Sep 2012 15:00:26 -0700
Subject: [PATCH] docs: Fix style sheet for tables

---
 doc/rust.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/rust.css b/doc/rust.css
index 7bee13c225f..0cacea099f7 100644
--- a/doc/rust.css
+++ b/doc/rust.css
@@ -90,7 +90,7 @@ table {
     padding: 0.8em;
     font-size: smaller;
 }
-/* Also for the benefit of the type table
+/* Also for the benefit of the type table */
 td {
     padding-right: 1em;
 }