From 5db7341c9214e1b80b4c7f31111916d2625f9396 Mon Sep 17 00:00:00 2001
From: Jameson Graef Rollins <jrollins@finestructure.net>
Date: Wed, 13 Nov 2019 09:23:34 -0800
Subject: [PATCH] struct: fix comment

---
 gwinc/struct.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gwinc/struct.py b/gwinc/struct.py
index 32eac20a..56a16142 100644
--- a/gwinc/struct.py
+++ b/gwinc/struct.py
@@ -57,7 +57,7 @@ class Struct(object):
 
     """
 
-    # FIXME: This would be a way to allow setting nested struct
+    # FIXME: There should be a way to allow setting nested struct
     # attributes, e.g.:
     #
     # >>> s = Struct()
-- 
GitLab