From e2ecf12b2aa4e4be24a6e4195676d4ba0cfdd998 Mon Sep 17 00:00:00 2001 From: Justin Searls Date: Mon, 24 Jan 2022 10:09:50 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84e36421..0cbe55b1 100644 --- a/README.md +++ b/README.md @@ -460,7 +460,7 @@ file—from shell scripts to Rails apps—it wouldn't be appropriate for Standar either enforce or preclude the magic comment. Instead, you might consider either: -* Assessing measure memory performance by enabling frozen string literals as +* Measuring memory performance by enabling frozen string literals as the default at runtime (with `RUBYOPT=--enable-frozen-string-literal`) * Introducing the [magic_frozen_string_literal](https://github.com/Invoca/magic_frozen_string_literal)