Skip to content

Commit 3fad406

Browse files
committed
get started, apB: fixing mistake in solution code, closes getify#1678
1 parent b956351 commit 3fad406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get-started/apB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ var slotMachine = {
310310
reel.position +
311311
linePos
312312
) % reel.symbols.length;
313-
return reel.display.call(slot);
313+
return slot.display();
314314
}
315315
);
316316
lines.push(line.join(" | "));

0 commit comments

Comments
 (0)