Typo in example in README.md
yhenon opened this issue · 2 comments
yhenon commented
There seems to be a typo in the provided example in the README.md file at line 51:
for (int I = 0; i != Q; ++i)
Should be
for (int i = 0; i != Q; ++i)
Thank you for the work on the library.
IenLong commented
Hello,
Thank you very much for using LSHBOX and give us feedback.
We have checked and modified the README.md file.
Please do not hesitate to contact us if there is any other question.
----- Original Message -----
From: Yann Henon notifications@github.com
To: RSIA-LIESMARS-WHU/LSHBOX LSHBOX@noreply.github.com
Subject: [LSHBOX] Typo in example in README.md (#2)
Date: 2015-07-30 23:47
There seems to be a typo in the provided example in the README.md file at line 51:
for (int I = 0; i != Q; ++i)
Should be
for (int i = 0; i != Q; ++i)
Thank you for the work on the library.
—
Reply to this email directly or view it on GitHub.
yhenon commented
Thanks for fixing this.