Skip to content

Commit

Permalink
console: correct some comments typo (#16971)
Browse files Browse the repository at this point in the history
console/console: correct some comments typo
  • Loading branch information
caesarchad authored and karalabe committed Jun 14, 2018
1 parent f04c0e3 commit e33a5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e33a5de

Please sign in to comment.