Skip to content

Commit

Permalink
chore: lines in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 25, 2024
1 parent 4e82939 commit 31c5936
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/router/src/encoding.ts
@@ -1,8 +1,10 @@
import { warn } from './warning'

/**
* Encoding Rules ␣ = Space Path: ␣ " < > # ? { } Query: ␣ " < > # & = Hash: ␣ "
* < > `
* Encoding Rules (␣ = Space)
* - Path: ␣ " < > # ? { }
* - Query: ␣ " < > # & =
* - Hash: ␣ " < > `
*
* On top of that, the RFC3986 (https://tools.ietf.org/html/rfc3986#section-2.2)
* defines some extra characters to be encoded. Most browsers do not encode them
Expand Down

0 comments on commit 31c5936

Please sign in to comment.