Skip to content

Commit b42798f

Browse files
authored
Fix markdown typos.
1 parent 809fb92 commit b42798f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rfcs/20190305-modular-tensorflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ This section will briefly describe the terms we will use in the rest of this des
7979

8080
**Plugins:** Plugins are extensions to different modules. For example, filesystem module can have a GCP plugin, an S3 plugin, an HDFS plugin.
8181

82-
**Shared objects:** These are dll/so/dylib files that can house **one or more** plugins for **one or more **modules.
82+
**Shared objects:** These are dll/so/dylib files that can house **one or more** plugins for **one or more** modules.
8383

84-
**Packages: **Python pip packages which may include Python files and/or shared objects.
84+
**Packages:** Python pip packages which may include Python files and/or shared objects.
8585

8686

8787
### C++

0 commit comments

Comments
 (0)