Ruby: More QLDoc police

This commit is contained in:
Asger F
2022-09-13 10:56:18 +02:00
parent 7737e75427
commit e47deaffbf
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class TypeTrackerContent extends OptionalTypeTrackerContent {
TypeTrackerContent() { this != "" }
}
/** The content string representing no value. */
/** Gets the content string representing no value. */
OptionalTypeTrackerContent noContent() { result = "" }
/** A content set, which is currently just a singleton set for Python. */