Update README.md

This commit is contained in:
tqchen 2014-02-08 12:50:24 -08:00
parent 6a43247bc3
commit 52058735d0

View File

@ -20,7 +20,7 @@ Planned key components:
(3) OpenMP implementation(optional)
File extension convention:
(1) .h are interface, utils anddata structures, with detailed comment;
(1) .h are interface, utils and data structures, with detailed comment;
(2) .cpp are implementations that will be compiled, with less comment;
(3) .hpp are implementations that will be included by .cpp, with less comment