Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 6, 2017
1 parent f687cb8 commit cbf5447
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/ext/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Optional plugins for gRPC Core: Modules in this directory extend gRPC Core in
useful ways.
useful ways. All optional code belongs here.

NOTE: The movement of code between lib and ext is an ongoing effort, so this
directory currently contains too much of the core library.
1 change: 1 addition & 0 deletions src/core/ext/resolver/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Resolver

Implementations of various name resolution schemes.
See the [naming spec](/doc/naming.md).
3 changes: 2 additions & 1 deletion src/core/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Required elements of gRPC Core: Each module in this directory is required to
build gRPC.
build gRPC. If it's possible to envisage a configuration where code is not
required, then that code belongs in ext/ instead.

NOTE: The movement of code between lib and ext is an ongoing effort, so this
directory currently contains too much of the core library.

0 comments on commit cbf5447

Please sign in to comment.