mirror of https://github.com/grpc/grpc-node.git
Fix a typo in a comment
Co-authored-by: Ian Edington <IanEdington@gmail.com>
This commit is contained in:
parent
995540ceec
commit
5cf93cf5fd
|
@ -118,7 +118,7 @@ function getImportLine(dependency: Protobuf.Type | Protobuf.Enum | Protobuf.Serv
|
|||
const filePath = from === undefined ? './' + getImportPath(dependency) : getRelativeImportPath(from, dependency);
|
||||
const typeInterfaceName = getTypeInterfaceName(dependency);
|
||||
let importedTypes: string;
|
||||
/* If the dependenc is defined within a message, it will be generated in that
|
||||
/* If the dependency is defined within a message, it will be generated in that
|
||||
* message's file and exported using its typeInterfaceName. */
|
||||
if (dependency.parent instanceof Protobuf.Type) {
|
||||
if (dependency instanceof Protobuf.Type) {
|
||||
|
|
Loading…
Reference in New Issue