Skip to content

Commit 375760e

Browse files
committed
modified: Text/smart_word_wrap.rb
modified: Text/smart_word_wrap_lazy.rb
1 parent aa5c773 commit 375760e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Text/smart_word_wrap.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
# Author: Daniel "Trizen" Șuteu
44
# License: GPLv3
55
# Date: 15th October 2013
6-
# http://trizenx.blogspot.com
7-
# http://trizenx.blogspot.ro/2013/11/smart-word-wrap.html
8-
# Email: <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
6+
# https://trizenx.blogspot.com
7+
# https://trizenx.blogspot.com/2013/11/smart-word-wrap.html
98

109
# Smart word wrap algorithm
11-
# See: http://en.wikipedia.org/wiki/Word_wrap#Minimum_raggedness
10+
# See: https://en.wikipedia.org/wiki/Word_wrap#Minimum_raggedness
1211

1312
class SmartWordWrap
1413

Text/smart_word_wrap_lazy.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
# Author: Daniel "Trizen" Șuteu
44
# License: GPLv3
55
# Date: 15th October 2013
6-
# http://trizenx.blogspot.com
7-
# http://trizenx.blogspot.ro/2013/11/smart-word-wrap.html
8-
# Email: <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
6+
# https://trizenx.blogspot.com
7+
# https://trizenx.blogspot.com/2013/11/smart-word-wrap.html
98

109
# Smart word wrap algorithm
11-
# See: http://en.wikipedia.org/wiki/Word_wrap#Minimum_raggedness
10+
# See: https://en.wikipedia.org/wiki/Word_wrap#Minimum_raggedness
1211

1312
class SmartWordWrap
1413

0 commit comments

Comments
 (0)