We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba22f7 commit d1d0aaaCopy full SHA for d1d0aaa
doc/learning/tutorial.html
@@ -122,7 +122,7 @@ <h2 id="references">References</h2>
122
<li><code>self</code> refers to the current object.</li>
123
<li><code>$</code> refers to the outer-most object.</li>
124
<li><code>['foo']</code> looks up a field.</li>
125
- <li><code>.f</code> can be used if the field name is an identifier.</li>
+ <li><code>.foo</code> can be used if the field name is an identifier.</li>
126
<li><code>[10]</code> looks up an array element.</li>
127
<li>Arbitrarily long paths are allowed.</li>
128
<li>Array slices like <code>arr[10:20:2]</code> are allowed, like in Python.</li>
0 commit comments