Skip to content

Commit 087d62f

Browse files
authored
Change credit value from 5 to 10 for course
Updated the credit value for the Computer Science Internship course.
1 parent 891dc26 commit 087d62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/defaultData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ export const defaultData: Semester[] = [
459459
"name": "PRÁCTICA DE CIENCIA DE LA COMPUTACIÓN",
460460
"name_english": "Computer Science Internship",
461461
"prereq": "(IIC2513 o IIC2531 o IIC2613 o IIC2612) y ETI1001",
462-
"cred": "5",
462+
"cred": "10",
463463
"hide": false,
464464
"parity": null,
465465
"type": "dcc",

0 commit comments

Comments
 (0)