console/console: correct some comments typo

console/console: correct some comments typo
This commit is contained in:
Caesar Chad 2018-06-13 18:59:03 +08:00 committed by GitHub
parent 8c4a7fa8d3
commit 28b2464c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ type Config struct {
Preload []string // Absolute paths to JavaScript files to preload
}
// Console is a JavaScript interpreted runtime environment. It is a fully fleged
// Console is a JavaScript interpreted runtime environment. It is a fully fledged
// JavaScript console attached to a running node via an external or in-process RPC
// client.
type Console struct {