From c8c0fbc13c43aba4619eec5612c61b6e0412b556 Mon Sep 17 00:00:00 2001 From: sevenrats Date: Sat, 11 Nov 2023 11:29:13 -0500 Subject: [PATCH] fix typo --- source/utils/fakeBlurhash.brs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utils/fakeBlurhash.brs b/source/utils/fakeBlurhash.brs index a7a619b01..7a254d10d 100644 --- a/source/utils/fakeBlurhash.brs +++ b/source/utils/fakeBlurhash.brs @@ -113,7 +113,7 @@ function linearTosRGB(value as float) end if end function -' this function takes a blurhash, a dimensions in terms of elements, +' this function takes a blurhash, dimensions in terms of elements, ' renders the blurhash using the fake-blurhash decoding algorithm ' then returns a filesystem uri pointing at the file ' the images in the fs are named with a hash of the blurhash string