udacity / blockchain-nanodegree-issues

Issues for Udacity's Blockchain Nanodegree program
2 stars 2 forks source link

Comment/instruction typos in nd1309-work-code/Course_Blockchain_Data/Project_2_es6_starter_code/BlockChain.js #153

Closed liamseanbrady closed 5 years ago

liamseanbrady commented 5 years ago

Example of typo: https://github.com/udacity/nd1309-work-code/blob/4be7ccb21bba155c05d337d1d0d1c48a8e8d40b6/Course_Blockchain_Data/Project_2_es6_starter_code/BlockChain.js#L16

'Auxiliar' is used to describe the 'auxiliary' or 'helper' functions like 'generateGenesisBlock()' and 'getBlockHeight()'. Generally, I've seen these called 'helper' functions more than 'auxiliary' functions.

It occurs on lines 16, and 24.

Thanks!

jperera84 commented 5 years ago

Fixed, thanks