Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a727fa

Browse files
docs(array): improve wording
1 parent 952caff commit 8a727fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎book/chapters/array.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Arrays are a sequential collection of elements that can be accessed randomly usi
2828

2929
== Insertion
3030

31-
Arrays are built-in into most languages. Inserting element in an array is simple, you can either:
31+
Arrays are built-in into most languages. Inserting an element is simple; you can either add them on creation time or after initialization. Below you can find an example for both cases:
3232

3333
.Inserting elements into an array
3434
[source, javascript]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /