From de0ef1a9dfd9f966ad7e667788f3e333944d959e Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 28 Mar 2019 03:33:35 +0000 Subject: [DOC] fix markups [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_eval.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index c537ecce31..a4d5835720 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -1357,10 +1357,10 @@ eval_string_with_scope(VALUE scope, VALUE src, VALUE file, int line) * eval(string [, binding [, filename [,lineno]]]) -> obj * * Evaluates the Ruby expression(s) in string. If - * binding is given, which must be a Binding - * object, the evaluation is performed in its context. If the - * optional filename and lineno parameters are - * present, they will be used when reporting syntax errors. + * binding is given, which must be a Binding object, the + * evaluation is performed in its context. If the optional + * filename and lineno parameters are present, they + * will be used when reporting syntax errors. * * def get_binding(str) * return binding @@ -1850,7 +1850,7 @@ uncaught_throw_to_s(VALUE exc) * is no +catch+ block for the _tag_. The optional second * parameter supplies a return value for the +catch+ block, * which otherwise defaults to +nil+. For examples, see - * Kernel::catch. + * Kernel::catch. */ static VALUE -- cgit v1.2.3