From 636b80d4169e04f62208e8cb72792478cf255157 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 5 Jul 2016 09:30:38 +0200 Subject: [PATCH] Move the etc entry in ORGANIZATION.md to its correct place. --- docs/ORGANIZATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ORGANIZATION.md b/docs/ORGANIZATION.md index bee8713ce2f..c136db40000 100644 --- a/docs/ORGANIZATION.md +++ b/docs/ORGANIZATION.md @@ -10,8 +10,6 @@ * in-process server to allow manipulating browser instances via a remote Firefox developer tools client. * devtools_traits * APIs to the devtools crate for crates that don't want to depend on the devtools crate for build speed reasons. - * etc - * Useful tools and scripts for developers. * gfx * Draws the result of laying out a page, and sends the result to the compositor. * gfx_traits @@ -48,6 +46,8 @@ * In-process server to allow manipulating browser instances via a WebDriver client. * webdriver_traits * APIs to the webdriver crate for crates that don't want to depend on the webdriver crate for build speed reasons. +* etc + * Useful tools and scripts for developers. * mach * A command-line tool to help with developer tasks. * ports