lib/yard/server/adapter.rb in yard-0.7.5 vs lib/yard/server/adapter.rb in yard-0.8.0

- old
+ new

@@ -1,10 +1,10 @@ module YARD module Server # Short circuits a request by raising an error. This exception is caught - # by {Commands::Base#call} to immedaitely end a request and return a response. + # by {Commands::Base#call} to immediately end a request and return a response. class FinishRequest < RuntimeError; end # Raises an error if a resource is not found. This exception is caught by # {Commands::Base#call} to immediately end a request and return a 404 response # code. If a message is provided, the body is set to the exception message. @@ -95,6 +95,6 @@ def start raise NotImplementedError end end end -end \ No newline at end of file +end