Skip to content

Commit b425860

Browse files
authored
Fix comment formatting for layer creation section
This is a small change to see if we can kick off a dist/ build for the sample, which somehow did not get run the first time around.
1 parent b4b5f0e commit b425860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/3d-hero-showcase/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function init() {
124124
});
125125
document.body.append(map);
126126

127-
// 2. Create Layers
127+
// 2. Create the layers
128128

129129
// Polyline: Prinsengracht canal route (flat, orange)
130130
canalPolyline = new Polyline3DElement({

0 commit comments

Comments
 (0)