From 9644d677e7242f512217f98e1cd0dc5bbf9b8754 Mon Sep 17 00:00:00 2001 From: Alex Gubarev Date: Sun, 19 Jul 2026 19:22:39 +0300 Subject: [PATCH] Fix StringIO.open/2 doc --- lib/elixir/lib/string_io.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/elixir/lib/string_io.ex b/lib/elixir/lib/string_io.ex index d52ff1c238b..aa5460b511c 100644 --- a/lib/elixir/lib/string_io.ex +++ b/lib/elixir/lib/string_io.ex @@ -88,7 +88,7 @@ defmodule StringIO do If options are provided, the result will be `{:ok, pid}`, returning the IO device created. The option `:capture_prompt`, when set to `true`, causes prompts (which are specified as arguments to `IO.get*` functions) to be - included in the device's output. See `options/3` for the list of supported + included in the device's output. See `open/3` for the list of supported options. If a function is provided, the device will be created and sent to the