Skip to content

Commit aa942ca

Browse files
authored
Merge pull request #46 from timgates42/bugfix_typos
docs: Fix a few typos
2 parents 73bc9c5 + a7b2961 commit aa942ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ mvn compile exec:java -Dexec.mainClass="com.tobe.DensePredictClient" -Dexec.args
142142

143143
This project is widely used for different tasks with dense or sparse data.
144144

145-
If you want to make contirbutions, feel free to open an [issue](https://github.com/tobegit3hub/deep_recommend_system/issues) or [pull-request](https://github.com/tobegit3hub/deep_recommend_system/pulls).
145+
If you want to make contributions, feel free to open an [issue](https://github.com/tobegit3hub/deep_recommend_system/issues) or [pull-request](https://github.com/tobegit3hub/deep_recommend_system/pulls).

cpp_predict_client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Now you need to use `bazel` and just refer to to [inception_client.cc](https://g
88

99
## Usage
1010

11-
Add the build rule in `tensorflow_serving/example/BUILD` and copy [sparse_predict_client.cc](./sparse_predict_client.cc) in example direcotry.
11+
Add the build rule in `tensorflow_serving/example/BUILD` and copy [sparse_predict_client.cc](./sparse_predict_client.cc) in example directory.
1212

1313
```
1414
cc_binary(

0 commit comments

Comments
 (0)