Skip to content
Snippets Groups Projects
Commit 05514b04 authored by Misha Brukman's avatar Misha Brukman
Browse files

Fix comments: code blocks ignore MarkDown.

parent 20f68f6a
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ stub = Helloworld::Greeter::Stub.new('localhost:50051') ...@@ -108,7 +108,7 @@ stub = Helloworld::Greeter::Stub.new('localhost:50051')
... ...
# Authenticating with Google # Authenticating with Google
require 'googleauth' # from [googleauth](http://www.rubydoc.info/gems/googleauth/0.1.0) require 'googleauth' # from http://www.rubydoc.info/gems/googleauth/0.1.0
... ...
creds = GRPC::Core::Credentials.new(load_certs) # load_certs typically loads a CA roots file creds = GRPC::Core::Credentials.new(load_certs) # load_certs typically loads a CA roots file
scope = 'https://www.googleapis.com/auth/grpc-testing' scope = 'https://www.googleapis.com/auth/grpc-testing'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment