Skip to content

Commit 0c68446

Browse files
committed
fix getDocumentRelationScores description
1 parent 7aa160a commit 0c68446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/watson/developer_cloud/concept_insights/v2/ConceptInsights.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ public Concepts getDocumentRelatedConcepts(final Document document,
576576
}
577577

578578
/**
579-
* Retrieves concepts that are related (in conceptual sense) to a given document.
579+
* Returns a list of scores that denotes how related a document is to a list of concepts.
580580
*
581581
* @param document Document the document object,
582582
* @param concepts the concepts

0 commit comments

Comments
 (0)