Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c068e3

Browse files
authored
Merge pull request #25 from coderolls/groovy-determine-datatype-of-an-object
Update blogpost intro
2 parents c55addc + 7ebd3b2 commit 9c068e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/groovy/2021-05-11-determine-a-datatype-in-groovy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ categories: [Groovy]
66
description: "In this quick tutorial, we will how can we determine the datatype of an object in Groovy."
77
---
88

9-
## Introduction
10-
119
In this quick tutorial, we will see how we can determine the datatype of an object in Groovy.
1210

11+
## Introduction
12+
1313
When you are writing a Groovy code, sometimes you need to check the datatype of an object. Also, not following the proper naming convention may lead to object datatype confusion.
1414

1515
We will see the best way to check the datatype of an object in groovy so that you can use it correctly in the code.

0 commit comments

Comments
 (0)