From 75805cd762dd552c3da5ca69a690b73ac6910e6b Mon Sep 17 00:00:00 2001 From: Flu0r1ne Date: Mon, 6 Sep 2021 17:55:43 -0500 Subject: Fix nulls in adapter getter method --- rubric_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rubric_config.go') diff --git a/rubric_config.go b/rubric_config.go index 322e58a..d533a7b 100644 --- a/rubric_config.go +++ b/rubric_config.go @@ -56,7 +56,7 @@ type Defaults struct { adapters_ map[string] InheritableConfig /* - The configs_ field is necessary to property + The configs_ field is necessary to properly implement the Inherit method using a common interface. */ -- cgit v1.2.3