Commit 4ea480ec authored by heywon.choi's avatar heywon.choi

빌드 경고 수정

parent 9a4f1d4e
Pipeline #19005 passed with stage
in 13 seconds
......@@ -37,9 +37,9 @@ Callouts를 사용하는 경우 본문 형태는 다음과 같다.
****
[source,ruby]
----
require 'sinatra' \<1>
require 'sinatra' <1>
get '/hi' do \<2> \<3>
get '/hi' do <2> <3>
"Hello World!"
end
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment