aboutsummaryrefslogtreecommitdiff
path: root/field_metadata.go
diff options
context:
space:
mode:
Diffstat (limited to 'field_metadata.go')
-rw-r--r--field_metadata.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/field_metadata.go b/field_metadata.go
index cebd2af..05dee32 100644
--- a/field_metadata.go
+++ b/field_metadata.go
@@ -19,8 +19,8 @@
package schwift
//FieldMetadata is a helper type that provides safe access to the metadata headers
-//in a SomethingHeaders instance. It cannot be directly constructed, but each
-//SomethingHeaders type has a method "Metadata" returning this type. For example:
+//in a headers instance. It cannot be directly constructed, but each headers
+//type has a method "Metadata" returning this type. For example:
//
// hdr := make(ObjectHeaders)
// //the following two statements are equivalent