From 2b4debf8bc68f33da6fdda1882be0cc367246636 Mon Sep 17 00:00:00 2001 From: Patrick Linnane Date: Thu, 15 Feb 2024 22:09:17 -0800 Subject: [PATCH] lib/prettier_print: fix minor typo Signed-off-by: Patrick Linnane --- lib/prettier_print.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prettier_print.rb b/lib/prettier_print.rb index 3633794..91d31b8 100644 --- a/lib/prettier_print.rb +++ b/lib/prettier_print.rb @@ -214,7 +214,7 @@ def pretty_print(q) # A node in the print tree that has its own special buffer for implementing # content that should flush before any newline. # - # Useful for implementating trailing content, as it's not always practical to + # Useful for implementing trailing content, as it's not always practical to # constantly check where the line ends to avoid accidentally printing some # content after a line suffix node. class LineSuffix