From 54be15f3256fd2dbb0d5d7962e9dfac2b87c797b Mon Sep 17 00:00:00 2001 From: QuestionDriven Date: Tue, 17 Dec 2019 07:11:02 +0000 Subject: [Doc] Fix sample in Encoding#names --- encoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'encoding.c') diff --git a/encoding.c b/encoding.c index ebc2852f06..69015cc8fd 100644 --- a/encoding.c +++ b/encoding.c @@ -1174,7 +1174,7 @@ enc_names_i(st_data_t name, st_data_t idx, st_data_t args) * * Returns the list of name and aliases of the encoding. * - * Encoding::WINDOWS_31J.names #=> ["Windows-31J", "CP932", "csWindows31J"] + * Encoding::WINDOWS_31J.names #=> ["Windows-31J", "CP932", "csWindows31J", "SJIS", "PCK"] */ static VALUE enc_names(VALUE self) -- cgit v1.2.1