Skip to content

Fix typo: Dummystdout != dummystdout #853

@blueprismo

Description

@blueprismo

Hello everyone,
I have been reading through the book and I found one typo.
In this page, the following variables are shown:

var dummyBlindAlerter = &SpyBlindAlerter{}
var dummyPlayerStore = &poker.StubPlayerStore{}
var dummyStdIn = &bytes.Buffer{}
var dummyStdOut = &bytes.Buffer{}

One paragraph below, there's a typo in the reference for dummyStdOut, where the wrong value is stated: dummyStdout (bear in mind the O is in capslock). Leaving to the obvious error:

undefined: dummyStdout (compiler)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions