Skip to content

Commit e5ac804

Browse files
committed
Fix typo
1 parent 80e3a8e commit e5ac804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func UseFieldResolvers() SchemaOpt {
101101
// Advantages:
102102
// - This enables seamless interoperabiltiy with interfaces from other packages, notably those which eschew pointers
103103
// in favor of zero-valued concrete types to denote non-existance.
104-
// - Specifically, the proto3 spec, and goland/protobuf, do not use pointers for scalar values. This option enables
104+
// - Specifically, the proto3 spec, and golang/protobuf, do not use pointers for scalar values. This option enables
105105
// outputting those types directly as GraphQL, eliminating significant boilerplate. Similarly, golang/protobuf
106106
// uses pointers to reference all embedded objects, even those that are required. This option enables support
107107
// for this as well, provided the value for non-null fields is always not nil.

0 commit comments

Comments
 (0)