Use READABLE_STRING(_*) instead of just STRING(_*)

This commit is contained in:
Jocelyn Fiat
2011-09-23 18:20:16 +02:00
parent d9f6cbe80e
commit 24a5c7613d
2 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ feature -- Status report
feature {WGI_RESPONSE_BUFFER} -- Core output operation
write (s: STRING)
write (s: READABLE_STRING_8)
-- Send the string `s'
-- this can be used for header and body
deferred