浏览代码

Slight comment rewording.

pull/8/merge
Paul J. Davis 14 年前
父节点
当前提交
cd3bea4464
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      c_src/decoder.c

+ 1
- 1
c_src/decoder.c 查看文件

@ -259,7 +259,7 @@ dec_string(Decoder* d, ERL_NIF_TERM* value)
// can't do things like encode 't' in three bytes.
// To check this all we need to ensure is that for each
// of the following bit patterns that there is at least
// one 1 bit in each of the x's
// one 1 bit in any of the x's
// 11: 110xxxxy 10yyyyyy
// 16: 1110xxxx 10xyyyyy 10yyyyyy
// 21: 11110xxx 10xxyyyy 10yyyyyy 10yyyyyy

正在加载...
取消
保存