Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MallarDuck => MallardDuck #62

Closed
chasezimmy opened this issue Mar 16, 2018 · 1 comment
Closed

MallarDuck => MallardDuck #62

chasezimmy opened this issue Mar 16, 2018 · 1 comment
Labels
typos 笔误

Comments

@chasezimmy
Copy link

Just a small misspelling I noticed when reading through the notes:

public class MallarDuck extends Duck{
    public MallarDuck(){
        flyBehavior = new FlyWithWings();
        quackBehavior = new Quack();
    }
}

Should read:

public class MallardDuck extends Duck{
    public MallardDuck(){
        flyBehavior = new FlyWithWings();
        quackBehavior = new Quack();
    }
}

设计模式.md

@CyC2018
Copy link
Owner

CyC2018 commented Mar 16, 2018

@chasezimmy thx~

@CyC2018 CyC2018 closed this as completed Mar 16, 2018
@CyC2018 CyC2018 added the typos 笔误 label Jul 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typos 笔误
Projects
None yet
Development

No branches or pull requests

2 participants