Skip to content

Commit fb78978

Browse files
authored
Fix godoc (#11)
1 parent 8a89185 commit fb78978

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

descriptor/file_descriptor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ import (
3030
// are provided.
3131
type FileDescriptor interface {
3232
// ProtoreflectFileDescriptor returns the protoreflect.FileDescriptor representing this FileDescriptor.
33-
//
34-
// This will always contain SourceCodeInfo.
3533
ProtoreflectFileDescriptor() protoreflect.FileDescriptor
3634

3735
// FileDescriptorProto returns the FileDescriptorProto representing this File.

0 commit comments

Comments
 (0)