ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Fix typo in linesfrombytes example #577

Closed guhwanbae closed 2 years ago

guhwanbae commented 2 years ago

@kirkshoop , I found a typo in linesfrombytes example in README.md file. This example is not compiled in gcc and clang. But @victimsnino already fixed this problem in Rx/v2/examples/linesfrombytes!