From a319bba416b1c2ff462d22c492e8e341da7b0680 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Thu, 10 Mar 2016 11:22:11 -0800 Subject: [PATCH] Fix "profile_traits" section indentation in ORGANIZATION.md. --- ORGANIZATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ORGANIZATION.md b/ORGANIZATION.md index 68a95d89400..96977ebc0fd 100644 --- a/ORGANIZATION.md +++ b/ORGANIZATION.md @@ -31,7 +31,7 @@ * profile * Memory and time profilers. * profile_traits - * APIs to the profile crate for crates that don't want to depend on the profile crate for build speed reasons. + * APIs to the profile crate for crates that don't want to depend on the profile crate for build speed reasons. * script * Implementation of the DOM (native Rust code and bindings to SpiderMonkey). * script_traits