From 960faf44173846d9a8bd14b562626f24fd835bae Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 27 Mar 2022 07:58:25 +0200 Subject: [PATCH] wording Co-authored-by: rugk --- js/privatebin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/privatebin.js b/js/privatebin.js index a1308620..acef8f65 100644 --- a/js/privatebin.js +++ b/js/privatebin.js @@ -2802,7 +2802,7 @@ jQuery.PrivateBin = (function($, RawDeflate) { } ); - // Get Blob URL + // Get blob URL return window.URL.createObjectURL(blob); }