We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6d25e commit bbc6062Copy full SHA for bbc6062
1 file changed
console/console.go
@@ -305,7 +305,7 @@ func (c *Console) Evaluate(statement string) {
305
c.jsre.Evaluate(statement, c.printer)
306
}
307
308
-// Interactive starts an interactive user session, where input is propted from
+// Interactive starts an interactive user session, where input is prompted from
309
// the configured user prompter.
310
func (c *Console) Interactive() {
311
var (
@@ -381,7 +381,7 @@ func (c *Console) Interactive() {
381
382
383
384
-// countIndents returns the number of identations for the given input.
+// countIndents returns the number of indentations for the given input.
385
// In case of invalid input such as var a = } the result can be negative.
386
func countIndents(input string) int {
387
0 commit comments