Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cling/cling_dynamic_scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ toc_sticky: true

## The Problem
The objects from the current directory (gDirectory) are injected into a magic scope that is
available to CINT:
available to Cling:

**Important constrain:** To not break old code we need to continue to support this. Of course
the code is invalid C++ and thus cannot be parsed by clang. Upon clang's Sema complaining about
Expand Down
Loading