From c5f18b840a0f17298b5ee2bb0668914c83dafa74 Mon Sep 17 00:00:00 2001 From: Luan Date: Fri, 13 Sep 2024 14:19:39 -0300 Subject: [PATCH] chore(ServerAbrStream): Update TODO comment --- src/core/ServerAbrStream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ServerAbrStream.ts b/src/core/ServerAbrStream.ts index 06cf9f5..1c4af52 100644 --- a/src/core/ServerAbrStream.ts +++ b/src/core/ServerAbrStream.ts @@ -1,5 +1,5 @@ /** - * TODO: Use camelCase for all variables and functions here (except for protobuf generated stuff) + * TODO: Use camelCase for all variables and functions here (except for protobuf generated stuff). * I was originally planning to implement this into YouTube.js, but as I started implementing more * googlevideo related things, I realized this would be better suited as a separate module :). */