| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -806,7 +806,7 @@ console.log(buf1.compare(buf1)); | |||
| 806 | 806 | console.log(buf1.compare(buf2)); | |
| 807 | 807 | // Prints: -1 | |
| 808 | 808 | console.log(buf1.compare(buf3)); | |
| 809 | - // Prints: 1 | ||
| 809 | + // Prints: -1 | ||
| 810 | 810 | console.log(buf2.compare(buf1)); | |
| 811 | 811 | // Prints: 1 | |
| 812 | 812 | console.log(buf2.compare(buf3)); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments