Skip to content

Commit a2253c4

Browse files
Update number-conversions.md
1 parent 1f8fc05 commit a2253c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/java/data type conversions/number-conversions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Number Conversions
3-
description: Converts from one numeric dat type to other
3+
description: Converts from one numeric data type to other
44
author: SarvariHarshitha
55
tags: Integer, Long, Double, Character
66
---
@@ -48,4 +48,4 @@ public class NumericConversions {
4848
System.out.println(c3);
4949
}
5050
}
51-
```
51+
```

0 commit comments

Comments
 (0)