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.
2 parents 85c7430 + 8443386 commit 8b6a776Copy full SHA for 8b6a776
src/data/Flashcards.csv
@@ -28,4 +28,4 @@ term,definition,creationDate,flashcardId,belongsToId
28
"Upcasting","Casting the type of a variable into its superclass.",2022-12-03T21:55:16.940754800,32,3
29
"Private","Can only be accessed by code within the same class.",2022-12-03T21:55:28.372671100,33,3
30
"Protected","Can only be accessed by code within the same class or within a class derived from the original.",2022-12-03T21:55:42.829787700,34,3
31
-"Variable shadowing","The same variable name is used in two different scopes.",2022-12-03T21:56:00.916802500,35,3
+"Variable shadowing","The same variable name is used in two different scopes.",2022-12-03T21:56:00.916802500,35,3
0 commit comments