Movatterモバイル変換


[0]ホーム

URL:


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

Commit25a3f0d

Browse files
authored
Merge pull request#35 from Etheryte/patch-2
Ameliorate dinky capitalization scrape
2 parentsa17794d +75cbe91 commit25a3f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ Use exceptions for non-exceptional conditions. Routinely terminate loops with an
759759
760760
#### Use threads With Abandon
761761
762-
title says it all.
762+
Title says it all.
763763
764764
#### Lawyer Code
765765
@@ -807,7 +807,7 @@ It offers great opportunities for obfuscation. The key technique is to nest macr
807807

808808
####Exploit Schizophrenia
809809

810-
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotationse.g.
810+
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotations e.g.
811811

812812
```java
813813
byte[ ] rowvector, colvector , matrix[ ];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp