From ab4344115d9a946c775e0e4072f7b7fbb0b3a3f7 Mon Sep 17 00:00:00 2001 From: Benjamin Milde Date: Tue, 30 Jan 2024 14:25:29 +0100 Subject: [PATCH] Fix test --- test/nimble_options/docs_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nimble_options/docs_test.exs b/test/nimble_options/docs_test.exs index ae05e7e..013869a 100644 --- a/test/nimble_options/docs_test.exs +++ b/test/nimble_options/docs_test.exs @@ -341,7 +341,7 @@ defmodule NimbleOptions.DocsTest do * `:tuple` (tuple of `t:integer/0`, `t:atom/0`, list of `t:String.t/0` values) - * `:struct` (struct of type URI) + * `:struct` (struct of type `URI`) """ end