1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-04 16:48:23 +00:00

Fix comment style, writing too much javascript

This commit is contained in:
jbranchaud
2019-07-19 13:24:31 -05:00
parent b364d3874d
commit eefcb4f28c
+1 -1
View File
@@ -8,7 +8,7 @@ regardless of whether or not an exception was rescued.
begin
do_something_that_could_fail()
rescue StandardError => e
// oh no!
# oh no!
ensure
Logging.info("We attempted to do the thing.")
end