pseudo-lang / pseudo

transpile algorithms/libs to idiomatic JS, Go, C#, Ruby
MIT License
685 stars 43 forks source link

Fixed a typo and the c# example in documentation #10

Closed alefranz closed 8 years ago

codecov-io commented 8 years ago

Current coverage is 85.21%

Merging #10 into master will not affect coverage as of 3473505

@@            master     #10   diff @@
======================================
  Files           44      44       
  Stmts         2611    2611       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit           2225    2225       
  Partial          0       0       
  Missed         386     386       

Review entire Coverage Diff as of 3473505

Powered by Codecov. Updated on successful CI builds.

alehander92 commented 8 years ago

Ah yes, I actually wrote the example in the docs and implemented it after that, thank you for noticing