Skip to content

Commit f056464

Browse files
committed
Cambio ejemplo de excepcion
1 parent aec5b47 commit f056464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sections/lenguaje/excepciones.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ require 'open-uri'
5151

5252
page = "unlp"
5353
file_name = "#{page}.html"
54-
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
5554
output = File.open(file_name, "w")
5655
begin
56+
web_page = URI.open("https://www.ruby-lang.org/en/#{page}")
5757
while line = web_page.gets
5858
output.puts line
5959
end

0 commit comments

Comments
 (0)