Unverified Commit fccf0a31 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[doc] Fix comment typo

parent dd768a57
...@@ -137,9 +137,9 @@ class CSCSamplingGraph : public torch::CustomClassHolder { ...@@ -137,9 +137,9 @@ class CSCSamplingGraph : public torch::CustomClassHolder {
* @param indices Indices array of the CSC. * @param indices Indices array of the CSC.
* @param ntypes A list of node types, if present. * @param ntypes A list of node types, if present.
* @param etypes A list of edge types, if present. * @param etypes A list of edge types, if present.
* @param node_type_offset_ A tensor representing the offset of node types, if * @param node_type_offset A tensor representing the offset of node types, if
* present. * present.
* @param type_per_edge_ A tensor representing the type of each edge, if * @param type_per_edge A tensor representing the type of each edge, if
* present. * present.
* *
* @return CSCSamplingGraph * @return CSCSamplingGraph
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment