Skip to content

Commit 05412c3

Browse files
authoredJun 11, 2017
Formatting
1 parent 9edb96d commit 05412c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The API is simple and provides four functions.
5757
Diff compares two LDIF strings (sourceStr and targetStr) and outputs the
5858
differences as a LDIF string. An array of attributes can be supplied.
5959
These attributes will be ignored when comparing the LDIF strings. The
60-
output is a string, a valid LDIF, and can be added to the "target"
60+
output is a string, a valid LDIF, and can be added to the _target_
6161
database (the one that created targetStr) in order to make it equal to
62-
the *source* database (the one that created sourceStr). In case of
62+
the _source_ database (the one that created sourceStr). In case of
6363
failure, an error is provided.
6464

6565

@@ -69,8 +69,8 @@ DiffFromFiles compares two LDIF files (sourceFile and targetFile) and
6969
outputs the differences as a LDIF string. An array of attributes can be
7070
supplied. These attributes will be ignored when comparing the LDIF
7171
strings. The output is a string, a valid LDIF, and can be added to the
72-
"target" database (the one that created targetFile) in order to make it
73-
equal to the *source* database (the one that created sourceFile). In
72+
_target_ database (the one that created targetFile) in order to make it
73+
equal to the _source_ database (the one that created sourceFile). In
7474
case of failure, an error is provided.
7575

7676
```func ListDiffDn(sourceStr, targetStr string, ignoreAttr []string) ([]string, error)```

0 commit comments

Comments
 (0)
Please sign in to comment.