Skip to content

Commit d89cd5d

Browse files
committed
Remove unnecessary # characters in typecast_params documentation
1 parent 30da88b commit d89cd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/roda/plugins/typecast_params.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ class Roda
77
module RodaPlugins
88
# The typecast_params plugin allows for type conversion of submitted parameters.
99
# Submitted parameters should be considered untrusted input, and in standard use
10-
# with browsers, parameters are # submitted as strings (or a hash/array containing
11-
# strings). In most # cases it makes sense to explicitly convert the parameter to the
10+
# with browsers, parameters are submitted as strings (or a hash/array containing
11+
# strings). In most cases it makes sense to explicitly convert the parameter to the
1212
# desired type. While this can be done via manual conversion:
1313
#
1414
# val = request.params['key'].to_i

0 commit comments

Comments
 (0)