Fix typos and formatting in the intel framework docs

This commit is contained in:
Daniel Thayer 2013-10-10 15:23:19 -05:00
parent e2c5a5c4a5
commit ff15e0832f
3 changed files with 26 additions and 23 deletions

View file

@ -4,7 +4,7 @@ module Intel;
export {
## Intelligence files that will be read off disk. The files are
## reread everytime they are updated so updates much be atomic with
## reread every time they are updated so updates must be atomic with
## "mv" instead of writing the file in place.
const read_files: set[string] = {} &redef;
}