summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author Usta Shrestha <usta@google.com> 2022-01-11 02:44:21 -0500
committer Usta Shrestha <usta@google.com> 2022-01-29 06:34:53 +0000
commitc725f47f5d8d0ebb3965b334b5d965290dc72941 (patch)
treedc6ad319a9710ddaed205d3cc7420aaf50b80b7c /README.md
parentb3af19caa2bb241cc4243d26973063f2ca3a6df0 (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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 127c52cbd..18c660445 100644
--- a/README.md
+++ b/README.md
@@ -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
```