aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/console.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/actors/console.rs')
-rw-r--r--components/devtools/actors/console.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/devtools/actors/console.rs b/components/devtools/actors/console.rs
index f9d7535e38f..f83fc3c05b2 100644
--- a/components/devtools/actors/console.rs
+++ b/components/devtools/actors/console.rs
@@ -2,8 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
-//! Liberally derived from the [Firefox JS implementation]
-//! (http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/webconsole.js).
+//! Liberally derived from the [Firefox JS implementation](http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/webconsole.js).
//! Mediates interaction between the remote web console and equivalent functionality (object
//! inspection, JS evaluation, autocompletion) in Servo.