Skip to content

Commit da8028f

Browse files
committed
Fixed a typo.
1 parent 20ed000 commit da8028f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

library/server/ewsgi/connectors/standalone/src/httpd/configuration/httpd_configuration_i.e

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,8 @@ feature -- Element change
8181
unset_http_server_name
8282
do
8383
http_server_name := Void
84-
--| Missing postcondition
85-
--| ensure
86-
--| unser_http_server_name: http_server_name = Void.
84+
ensure
85+
unset_http_server_name: http_server_name = Void
8786
end
8887

8988
set_http_server_port (v: like http_server_port)

0 commit comments

Comments
 (0)