mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
console: correct some comments typo (#16971)
console/console: correct some comments typo
This commit is contained in:
committed by
Péter Szilágyi
parent
f04c0e341e
commit
e33a5de454
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user