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

[P1W4E70] Typo #54

Open
ljleppan opened this issue Mar 17, 2016 · 2 comments
Open

[P1W4E70] Typo #54

ljleppan opened this issue Mar 17, 2016 · 2 comments

Comments

@ljleppan
Copy link
Member

    public static void transfer(Account **form**, Account to, double amount) {
        **form**.withdrawal(amount);
        to.deposit(amount);
    }

The first variable in the method is 'form' but I believe it should read 'from'.

@Dr8ton
Copy link

Dr8ton commented Oct 18, 2016

@ljleppan Is there a place where all the typos are 'migrated' to? I see that all the issues referencing typo's are tagged 'migrated issue'. I was going to look through Part 2 and check it for spelling and wording.

@ljleppan
Copy link
Member Author

migrated issue refers to the fact that the issues were migrated to here from a previously used internal issue tracker.

If you encounter more issue not already documented here, feel free to create issues for them. While we are pretty slow in fixing them (we're sort of saving them for a big update of the material), we'll eventually get around to them :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants