From 431e6a5fad469678f1ed54461f8b0d428184cb5f Mon Sep 17 00:00:00 2001 From: fuyanjie Date: Mon, 25 Jul 2022 16:38:54 +0800 Subject: [PATCH] translating --- .../20210823 Write a chess game using bit-fields and masks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/tech/20210823 Write a chess game using bit-fields and masks.md b/sources/tech/20210823 Write a chess game using bit-fields and masks.md index 0b0ee7c631..6804f4d6bf 100644 --- a/sources/tech/20210823 Write a chess game using bit-fields and masks.md +++ b/sources/tech/20210823 Write a chess game using bit-fields and masks.md @@ -2,7 +2,7 @@ [#]: via: "https://opensource.com/article/21/8/binary-bit-fields-masks" [#]: author: "Jim Hall https://opensource.com/users/jim-hall" [#]: collector: "lujun9972" -[#]: translator: " " +[#]: translator: "FYJNEVERFOLLOWS" [#]: reviewer: " " [#]: publisher: " " [#]: url: " " @@ -156,7 +156,7 @@ via: https://opensource.com/article/21/8/binary-bit-fields-masks 作者:[Jim Hall][a] 选题:[lujun9972][b] -译者:[译者ID](https://github.com/译者ID) +译者:[FYJNEVERFOLLOWS](https://github.com/FYJNEVERFOLLOWS) 校对:[校对者ID](https://github.com/校对者ID) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出