From 275a5c20b0ecb222e12a6b19f798522e0c8682fa Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Mon, 4 Jan 2021 23:53:19 +0900 Subject: [PATCH] Remove characters which seem to have been accidentally inserted These characters inserted in bb3451f035c1e2f6aaa440a87a63893c1d955390 fill in an empty line between a paragraph and an image. --- src/game-of-life/time-profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-of-life/time-profiling.md b/src/game-of-life/time-profiling.md index 87f6d052..625710ab 100644 --- a/src/game-of-life/time-profiling.md +++ b/src/game-of-life/time-profiling.md @@ -147,7 +147,7 @@ console: Additionally, `console.time` and `console.timeEnd` pairs will show up in your browser's profiler's "timeline" or "waterfall" view: -pp + [![Screenshot of console.time logs](../images/game-of-life/console-time-in-profiler.png)](../images/game-of-life/console-time-in-profiler.png) [RAII]: https://en.wikipedia.org/wiki/Resource_acquisition_is_initialization