Skip to content

Commit d8b1034

Browse files
awa
1 parent 93bf170 commit d8b1034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎logic.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ <h2 style="font-family:var(--display);font-size:22px;margin:32px 0 18px">Problem
23092309
}
23102310
function render(){
23112311
const r=calc(A,B,x);
2312-
get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
2312+
get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
23132313
get('sa-next').textContent=''+r.DA+r.DB; get('sa-y').textContent=r.y;
23142314
let html='<tr><th>A B</th><th>x</th><th>A⁺ B⁺</th><th>y</th></tr>';
23152315
for(let a=0;a<2;a++)for(let b=0;b<2;b++)for(let xx=0;xx<2;xx++){

0 commit comments

Comments
 (0)