Update _similarity.jade

This commit is contained in:
Sebastin Santy 2018-03-22 03:51:38 +05:30 committed by GitHub
parent 720d2231f6
commit 793d29904f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ p
+cell.u-text-label.u-color-theme=label +cell.u-text-label.u-color-theme=label
for cell in cells for cell in cells
+cell.u-text-center +cell.u-text-center
- var result = cell > 0.5 ? ["yes", "similar"] : cell != 1 ? ["no", "dissimilar"] : ["neutral", "identical"] - var result = cell < 0.5 ? ["no", "dissimilar"] : cell != 1 ? ["yes", "similar"] : ["neutral", "identical"]
| #[code=cell.toFixed(2)] #[+procon(...result)] | #[code=cell.toFixed(2)] #[+procon(...result)]
p p