Skip to content

Commit c69e9ce

Browse files
authored
Update introduction.md
1 parent 484bf4f commit c69e9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/basics/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ count = 2; // Update to new value
1616
// count = false;
1717
```
1818

19-
Java is an [object-oriented language][object-oriented programming] and requires all functions to be defined in a _class_. The `class` keyword is used to define a class.
19+
Java is an [object-oriented language][object-oriented-programming] and requires all functions to be defined in a _class_. The `class` keyword is used to define a class.
2020

2121
```java
2222
class Calculator {

0 commit comments

Comments
 (0)