SNRK-70: typo is removed

This commit is contained in:
liubar.pa 2023-04-30 22:34:17 +03:00
parent ea4fef95b8
commit efc3bc2537

View File

@ -1,5 +1,5 @@
package documentBuilder package documentBuilder
public suspend fun parseMd(mdFile: ByteArray): DependencyGraphVertex { public suspend fun parseMd(mdFile: ByteArray): DependencyGraphNode {
TODO() TODO()
} }