Skip to content

Commit de34102

Browse files
author
Bot
committed
update code examples
1 parent 7af3c93 commit de34102

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/code/Ruby/pop3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'net/pop'
22

3-
mail_server = Net::POP3.new('mail.encap.pl')
3+
mail_server = Net::POP3.new('mail.coderush.xyz')
44

55
begin
66
mail_server.start('username','password')

public/code/Swift/load_webView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ViewController: UIViewController, UIWebViewDelegate {
1010

1111
myWebView.delegate = self
1212

13-
let myURL = URL(string: "https://encap.pl")
13+
let myURL = URL(string: "https://coderush.xyz")
1414
let myURLRequest:URLRequest = URLRequest(url: myURL!)
1515
myWebView.loadRequest(myURLRequest)
1616

0 commit comments

Comments
 (0)