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

Commit 7ebd3b2

Browse files
committed
update logpost intro
1 parent d32b684 commit 7ebd3b2

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)