소스 검색

Update bitmap.md

0xAX 9 년 전
부모
커밋
2d1aa8b9a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DataStructures/bitmap.md

+ 1 - 1
DataStructures/bitmap.md

@@ -33,7 +33,7 @@ The second way is to use the `DECLARE_BITMAP` macro which is defined in the [inc
     unsigned long name[BITS_TO_LONGS(bits)]
 ```
 
-We can see that `DECLARE_BITMAP` takes two parameters:
+We can see that `DECLARE_BITMAP` macro takes two parameters:
 
 * `name` - name of bitmap;
 * `bits` - amount of bits in bitmap;