summaryrefslogtreecommitdiff
path: root/docs/design/part-conventions.txt
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-14 18:43:40 -0700
committerReynaldo H. Verdejo Pinochet <r.verdejo@partner.samsung.com>2013-10-24 12:06:01 -0700
commita6b018a3bcb8ae8e33cc0e16daf72a3af450a674 (patch)
tree29576c636edfb30362bf7f86ca4242a496ceec97 /docs/design/part-conventions.txt
parent3abad718671109c26d03cd16e94333f7928a561c (diff)
docs: Gram and nit fixes for part-conventions.txt
Diffstat (limited to 'docs/design/part-conventions.txt')
-rw-r--r--docs/design/part-conventions.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design/part-conventions.txt b/docs/design/part-conventions.txt
index 9de333e582..cd072c57f3 100644
--- a/docs/design/part-conventions.txt
+++ b/docs/design/part-conventions.txt
@@ -26,7 +26,7 @@ defines and enums
Values and macros defined as enums and preprocessor macros will be referred to in all capitals, as per their
definition. This includes object flags and element states, as well as general enums. Examples are the states NULL,
READY, PLAYING, and PAUSED; the element flags LOCKED_STATE , and state return values SUCCESS, FAILURE, and
-ASYNC. Where there is a prefix, as in the element flags, this is usually dropped, and implied. Not however that
+ASYNC. Where there is a prefix, as in the element flags, it is usually dropped and implied. Note however that
element flags should be cross-checked with the header, as there are currently two conventions in use: with and without
_FLAGS_ in the middle.