Skip to content

Commit 08359ec

Browse files
committed
unified: Standardsize toString doc
1 parent 9a31d09 commit 08359ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unified/ql/lib/codeql/unified/internal/LocalNameBinding.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ module Public {
310310
* A representative for a lexically scoped entity, such as a local variable, type name, or module name.
311311
*/
312312
class LocalName instanceof LocalNameBindingOutput::Local {
313-
/** Gets the name of this local, as a string. */
313+
/** Gets a textual representation of this local entity. */
314314
string toString() { result = super.toString() }
315315

316316
/** Gets the location of this local name's first declaration */

0 commit comments

Comments
 (0)