Skip to content

Commit 37099a2

Browse files
authored
Update zip-two-lists.md
1 parent 2d1216f commit 37099a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/java/array-manipulation/zip-two-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Zip Two Lists
33
description: Zips two lists into a list of paired elements, combining corresponding elements from both lists.
44
author: davidanukam
5-
tags: lists,java,zip,stream-api,collections
5+
tags: lists,zip,stream-api,collections
66
---
77

88
```java

0 commit comments

Comments
 (0)