From 1ea27d157a526c4275db35b519d31e22e5daff51 Mon Sep 17 00:00:00 2001 From: Dan Goslen Date: Thu, 15 Dec 2022 11:52:54 -0500 Subject: [PATCH] Small spelling correction --- docs/Tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tips.md b/docs/Tips.md index 1df873d16..8eff776be 100644 --- a/docs/Tips.md +++ b/docs/Tips.md @@ -3,7 +3,7 @@ ## Reuse VM It is possible to reuse a virtual machine between re-runs on the program. -In come cases it can add a small increase in performance (~10%). +In some cases it can add a small increase in performance (~10%). ```go package main