Skip to content

Commit 8b6a776

Browse files
Merge remote-tracking branch 'origin/feature-edit-main-page' into feature-edit-main-page
# Conflicts: # src/data/Flashcards.csv
2 parents 85c7430 + 8443386 commit 8b6a776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/Flashcards.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ term,definition,creationDate,flashcardId,belongsToId
2828
"Upcasting","Casting the type of a variable into its superclass.",2022-12-03T21:55:16.940754800,32,3
2929
"Private","Can only be accessed by code within the same class.",2022-12-03T21:55:28.372671100,33,3
3030
"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
31+
"Variable shadowing","The same variable name is used in two different scopes.",2022-12-03T21:56:00.916802500,35,3

0 commit comments

Comments
 (0)