Skip to content

Commit a7b4dfd

Browse files
committed
docs: Remove annoying diff section heading
The section heading in unified diff is optional. In this case the heading is pretty useless and causes problems.
1 parent 57b9105 commit a7b4dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/server-reflection-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ need to make the following changes:
2121
```diff
2222
--- a/examples/build.gradle
2323
+++ b/examples/build.gradle
24-
@@ -27,6 +27,7 @@ def grpcVersion = '1.2.0-SNAPSHOT' // CURRENT_GRPC_VERSION
24+
@@ -27,6 +27,7 @@
2525
dependencies {
2626
compile "io.grpc:grpc-netty:${grpcVersion}"
2727
compile "io.grpc:grpc-protobuf:${grpcVersion}"

0 commit comments

Comments
 (0)