From 7215a4c71e1e78fc620eb54a4d691f80e62793ad Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Tue, 21 May 2019 16:56:21 -0700 Subject: [PATCH] Update lighthouse-core/lib/proto-preprocessor.js Co-Authored-By: Brendan Kenny --- lighthouse-core/lib/proto-preprocessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/lib/proto-preprocessor.js b/lighthouse-core/lib/proto-preprocessor.js index 968d8d1bc2c7..5a6e1612cd45 100644 --- a/lighthouse-core/lib/proto-preprocessor.js +++ b/lighthouse-core/lib/proto-preprocessor.js @@ -16,7 +16,7 @@ const fs = require('fs'); */ /** - * Transform an LHR into a proto-friendly LHR + * Transform an LHR into a proto-friendly, mostly-compatible LHR. * @param {LH.Result} lhr * @return {LH.Result} */