Skip to content

Commit 9cbded3

Browse files
committed
update, concatenation
1 parent 3bc69f9 commit 9cbded3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/learn/accessible-labels.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function draw() {
149149
ellipse(x, 50, 40, 40);
150150
x = x + 0.1;
151151
// Label updates with shape’s translation.
152-
describe("A green circle at x position " + round(x) + ", moving to the right", LABEL);
152+
describe(`A green circle at x position ${round(x)}, moving to the right`, LABEL);
153153
}
154154
</script>
155155

0 commit comments

Comments
 (0)