Loïc Hoguin 5 лет назад
Родитель
Сommit
b21356c62b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/cow_hpack.erl

+ 1 - 1
src/cow_hpack.erl

@@ -207,7 +207,7 @@ dec_str(<< 1:1, Rest/bits >>) ->
 %% the binary match context optimization. A more naive
 %% implementation using bit pattern matching cannot reuse
 %% a match context because it wouldn't always match on
-%% bit boundaries.
+%% byte boundaries.
 %%
 %% See cow_hpack_dec_huffman_lookup.hrl for more details.