diff options
author | 2022-01-11 02:44:21 -0500 | |
---|---|---|
committer | 2022-01-29 06:34:53 +0000 | |
commit | c725f47f5d8d0ebb3965b334b5d965290dc72941 (patch) | |
tree | dc6ad319a9710ddaed205d3cc7420aaf50b80b7c /README.md | |
parent | b3af19caa2bb241cc4243d26973063f2ca3a6df0 (diff) |
cosmetic: 1)typos 2)parameters named for clarity
Test: n/a
Bug: n/a
Change-Id: I49faa1d8dec4b729409a45e87212b271ecf9e9d1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ a functionally equivalent module. Enter Soong namespaces. #### Namespaces -A presense of the `soong_namespace {..}` in an Android.bp file defines a +The presence of the `soong_namespace {..}` in an Android.bp file defines a **namespace**. For instance, having ``` |