Skip to content

Commit d024798

Browse files
author
Mikhail Yakushin
committed
#59 - typo fixed
1 parent e5fd484 commit d024798

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</ul>
3535
</nav>
3636
<form method="get" action="https://www.google.com/search">
37-
<input name="sitesearch" value="driver733.com" type="hidden"/>
37+
<input name="sitesearch" value="https://www.driver733.com" type="hidden"/>
3838
<input type="text" name="q" placeholder="Search" autocomplete="off" size="30"/>
3939
</form>
4040
</header>

_posts/2018/07/2018-07-27-props-file.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description: |
77
What consequences do they have?
88
How object-oriented design helps to resolve them?
99
keywords:
10-
1110
- properties
1211
- jdk
1312
- eo

_posts/2018/10/2018-10-11-information-vs-data.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ which would provide us this *information*.
7272

7373
```java
7474

75-
public final class LastOperator implements Scalar<Boolean> {
75+
public final class IsLastOperatorOnline implements Scalar<Boolean> {
7676

7777
private final long user;
7878

7979
private final Scalar<DataSource> database;
8080

81-
public LastOperator(final Scalar<DataSource> database, final long user) {
81+
public IsLastOperatorOnline(final Scalar<DataSource> database, final long user) {
8282
this.user = user;
8383
this.database = database;
8484
}

robots.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sitemap: http://driver733.com/sitemap.xml
1+
sitemap: https://driver733.com/sitemap.xml

0 commit comments

Comments
 (0)